Skip to content

[docs] Added pure flag docs #1411

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/app/docs/cli_reference/devbox_global_shellenv.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Print shell commands that add global Devbox packages to your PATH
<!-- Markdown Table of Options -->
| Option | Description |
| --- | --- |
| `--pure` | If this flag is specified, devbox creates an isolated environment inheriting almost no variables from the current environment. A few variables, in particular HOME, USER and DISPLAY, are retained. |
| `-h, --help` | help for shellenv |
| `-q, --quiet` | suppresses logs |

Expand Down
1 change: 1 addition & 0 deletions docs/app/docs/cli_reference/devbox_shell.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ devbox shell [<dir>] [flags]
| `-e, --env stringToString` | environment variables to set in the devbox environment (default []) |
| `--env-file string` | path to a file containing environment variables to set in the devbox environment |
| `--print-env` | Print a script to setup a devbox shell environment |
| `--pure` | If this flag is specified, devbox creates an isolated shell inheriting almost no variables from the current environment. A few variables, in particular HOME, USER and DISPLAY, are retained. |
| `-h, --help` | help for shell |
| `-q, --quiet` | Quiet mode: Suppresses logs. |

Expand Down
1 change: 1 addition & 0 deletions docs/app/docs/cli_reference/devbox_shellenv.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ devbox shellenv [flags]
| `-c, --config string` | path to directory containing a devbox.json config file |
| `-e, --env stringToString` | environment variables to set in the devbox environment (default []) |
| `--env-file string` | path to a file containing environment variables to set in the devbox environment |
| `--pure` | If this flag is specified, devbox creates an isolated environment inheriting almost no variables from the current environment. A few variables, in particular HOME, USER and DISPLAY, are retained. |
| `-h, --help` | help for shellenv |
| `-q, --quiet` | suppresses logs |

Expand Down