@april9/stack9-cli v0.2.53
Getting started
$ npm i -g @april9/stack9-cli
$ stack9-cli <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
make sure your .env
CONTROL_TOWER_URL
is pointed to the correct environment (defaults to live), then run.
$ node ./dist/index.js <command-name> [...params]
create .env
file in the root folder if to override default environment variables (dev only)
# .env
CONTROL_TOWER_URL=http://localhost:3333
Build
$ yarn build
Publish
- 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
10 months ago
1 year ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 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