appsurge-cli-test

Command line interface for AppSurge

Usage no npm install needed!

<script type="module">
  import appsurgeCliTest from 'https://cdn.skypack.dev/appsurge-cli-test';
</script>

README

appsurge-cli

Command line interface for AppSurge

oclif Version Downloads/week License

Usage

$ npm install -g appsurge-cli-test
$ appsurge COMMAND
running command...
$ appsurge (-v|--version|version)
appsurge-cli-test/1.0.12 darwin-x64 node-v15.5.0
$ appsurge --help [COMMAND]
USAGE
  $ appsurge COMMAND
...

Commands

appsurge help [COMMAND]

display help for appsurge

USAGE
  $ appsurge help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

appsurge sync

Sync the SDK with an AppSurge project. Generates custom Typescript bindings and inserts a fallback configuration.

USAGE
  $ appsurge sync

OPTIONS
  -c, --clientKey=clientKey  clientKey of the project to sync configuration with

See code: src/commands/sync.ts