0.0.13 • Published 1 year ago

@creo-cloud/cli v0.0.13

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Description

Creo Cloud CLI tool to manage your NetSuite apps.

Installation

$ npm install -g @creo-cloud/cli

Setup

In your project folder, ensure you have a .env file with the following variables set:

CREO_CLIENT_ID=___YOUR_CLIENT_ID_HERE___
CREO_CLIENT_SECRET=___YOUR_CLIENT_SECRET_HERE___

## Running the app

```bash
# See all available CLI commands
$ creo --help