UNPKG

saasify-bulk-deploy

Version:

Bulk deployment utility for Saasify.

32 lines (20 loc) 1.1 kB
<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). [![NPM](https://img.shields.io/npm/v/saasify-bulk-deploy.svg)](https://www.npmjs.com/package/saasify-bulk-deploy) [![Build Status](https://travis-ci.com/saasify-sh/saasify.svg?branch=master)](https://travis-ci.com/saasify-sh/saasify) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](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)