@april9/stack9-cli v5.0.0-rc.6
Stack9 CLI
Command line interface to interact with Stack9 local developments and deployments.
Getting started
# install Stack9 globally
$ npm i -g @april9/stack9-cli@latest
# view list of available commands
$ stack9 help
# view list of available subcommands
$ stack9 <command-name> help
# run commands
$ stack9 <command-name> [...params]Troubleshooting
Installed globally but got 'command not found' on linux:
solution 1:
- install the using administrative permissions
sudo npm i @april9/stack9-cli -g
solution 2:
- change permission of the global packages. see more
Contrib
Build, watch and run
$ yarn build:watch$ node ./dist/index.js <command-name> [...params]create .env file in the root folder if to override default environment variables (dev only)
Build
$ yarn buildPublish
- you must be part of the @april9 organisation on npmjs.com
- bump up the version in package.json
- run
yarn - run
yarn prepare(if this command fails due to permission, runsudo chown {yourusername} -R ./) - run
npm publish
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
2 years ago
2 years ago
1 year ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
3 years ago
3 years ago
2 years ago
2 years ago
2 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
4 years ago
4 years ago
3 years ago
4 years ago
3 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago