You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Summary
TSIA
To be merged after #503.
## How was it tested?
```
> ./devbox shell -- hello
[Warning] "devbox shell -- <cmd>" is deprecated and will disappear in a future version. Use "devbox run -- <cmd>" instead
Installing nix packages. This may take a while... done.
Hello, world!
```
```
> ./devbox shell -q -- hello
Hello, world!
```
```
> ./devbox shell --help
Start a new shell with access to your packages.
The shell will be started using the devbox.json found in the --config flag directory. If --config isn't set, then devbox recursively searches the current directory and its parents.
[Deprecated] If invoked as devbox shell -- <cmd>, devbox will run the command in a shell and then exit. This behavior is deprecated and will be removed. Please use devbox run -- <cmd> instead.
Usage:
devbox shell -- [<cmd>] [flags]
Flags:
-c, --config string path to directory containing a devbox.json config file
-h, --help help for shell
--print-env print script to setup shell environment
Global Flags:
-q, --quiet suppresses logs.
```
0 commit comments