saasify-bulk-deploy
Version:
Bulk deployment utility for Saasify.
32 lines (20 loc) • 1.1 kB
Markdown
<p align="center">
<a href="https://saasify.sh" title="Saasify">
<img src="https://raw.githubusercontent.com/saasify-sh/saasify/master/logo-vert-white@4x.png" alt="Saasify Logo" width="256" />
</a>
</p>
# saasify-bulk-deploy
> Bulk deployment utility for [Saasify](https://saasify.sh).
[](https://www.npmjs.com/package/saasify-bulk-deploy) [](https://travis-ci.com/saasify-sh/saasify) [](https://standardjs.com)
## Install
```bash
npm install --save saasify-bulk-deploy
```
## Usage
If you want to use your local development version of the CLI (and target your local API server), set the `SAASIFY_PATH` environment variable to oint to `saasify-cli/index.js`.
```
SAASIFY_PATH=~/dev/saasify/saasify/packages/saasify-cli/index.js node deploy-hello-world.js
```
TODO: clean this up and offer CLI interface
## License
MIT © [Saasify](https://saasify.sh)