Reserved Keywords
These names are miso’s built-in commands. Meta commands run before any project is loaded; the rest can be shadowed by a project script of the same name.
| Command | Aliases | Pre-config | Summary |
|---|---|---|---|
install | i | no | install dependencies |
add | — | no | add dependencies |
remove | rm | no | remove dependencies |
run | — | no | run a script |
dev | — | no | run the dev script |
scripts | — | no | list scripts |
env | — | no | validate environment variables |
init | — | yes | scaffold a miso.json in this project |
upgrade | — | yes | update miso to the latest version |
skills | — | yes | manage miso agent skills |
completion | — | yes | print a shell completion script |
version | v | yes | print the miso version |
help | — | yes | show this help |
Last updated on