devbox.json
, or else it will be interpreted as an arbitrary command.
You can pass arguments to your script or command. Everything after --
will be passed verbatim into
your command (see example)
Examples
Run a command directly:"moo": "cowsay moo"
) in your devbox.json:
Options
Option | Description |
---|---|
-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 |
-h, --help | help for global run |
-q, --quiet | suppresses logs |
SEE ALSO
- devbox global - Manages global Devbox packages