Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/petejkim/pubstorm-cli
https://github.com/petejkim/pubstorm-cli
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/petejkim/pubstorm-cli
- Owner: petejkim
- Created: 2016-03-31T21:47:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-17T10:57:45.000Z (about 8 years ago)
- Last Synced: 2024-10-10T16:11:01.097Z (about 1 month ago)
- Language: JavaScript
- Size: 203 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
PubStorm CLI
============### Releasing a new version on NPM
1. Edit `VERSION` in
[rise-cli-go](https://github.com/nitrous-io/rise-cli-go/).
2. Build production binaries: `RISE_CLI_ENV=production script/build`
3. Remove old binaries in `dist/` folder: `rm -rf ~/code/pubstorm-cli/dist`
4. Move newly built binaries to `dist/` folder: `mv ./dist ~/code/pubstorm-cli`
5. `cd ~/code/pubstorm-cli`
6. Edit version in `package.json`.
7. Check version by running `dist/linux_amd64/storm -v).
8. Commit and push.
9. Publish to NPM: `npm publish`
10. Update latest available version in S3 bucket `bucket=pubstorm-updates`.- - -
Copyright (c) 2016 PubStorm.com. All Rights Reserved.