docs(default): restore flox init -D once the flag ships - #94
Open
stephenyeargin wants to merge 1 commit into
Open
stephenyeargin wants to merge 1 commit into
stephenyeargin wants to merge 1 commit into
Conversation
Reverts the workaround from #62, which switched the default-environment tutorial to the longhand `flox init -r <youruser>/default` because `flox init` did not yet accept `-D`. flox/flox#4715 adds the flag, so restore the shorthand in both the code sample and the Note example. Hold for merge until a flox release includes `flox init -D`. Refs: flox/flox#4715, DEV-173 Forge-Agent: forge-implement (7137ca00) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Automations to automatically generate PRs for you. |
djsauble
approved these changes
Sep 17, 2026
stephenyeargin
marked this pull request as ready for review
September 21, 2026 14:00
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Reverts the workaround from #62 in
tutorials/default-environment.mdx:flox init -r <youruser>/default→flox init -Dflox activate -D→flox init -DWhy
#62 switched the tutorial to the longhand form because
flox initdid not accept-D. flox/flox#4715 adds-D/--defaulttoflox initas an alias for-r <user>/default, so the shorthand is accurate again.Hold for merge
Warning
Do not merge until a flox release includes
flox init -D.The docs describe released behavior; merging before the flag ships would document a command users cannot run yet. Draft until then.
Refs: flox/flox#4715, DEV-173
Via Forge (forge-implement) • 7137ca00