Socotra Auxiliary Data CLI - Manage Socotra aux data from the command line
npm install @socotra/aux-cliA command-line interface for deploying a Socotra configuration.
!npm
Install globally as a part of the @socotra/cli tools:
``code`
npm install -g @socotra/cli
Install as a globally available standalone tool:
`code`
npm install -g @socotra/aux-cli
Install as a local package:
`code`
npm install @socotra/aux-cli
`code
Usage: socotra-aux [options] [command]
Options:
--debug output debugging info
--ci change output when running as a CI process
--no-title turn off title and banner output
--no-banner turn off banner output
--no-styling turn off terminal styling and colours
--no-progress turn off progress bars and spinners
-V, --version output the version number
-c, --connect
-a, --api
-n, --hostName
-u, --username
-p, --password
-h, --help display help for command
Commands:
ls
get
delete [options]
set [options]
edit [options]
help [command] display help for command
For Socotra Auxiliary Data API documentation see https://docs.socotra.com/production/api/auxiliary-data.html
`
`code
Usage: socotra-aux ls [options]
fetch a list of keys for a given locator
Options:
-h, --help display help for command
`
`code
Usage: socotra-aux get [options]
retrieve a single auxiliary data record
Options:
-h, --help display help for command
`
`code
Usage: socotra-aux delete [options]
delete an auxiliary data record
Options:
-y, --yes do not ask for confirmation (default: false)
-h, --help display help for command
`
`code
Usage: socotra-aux set [options]
set or update an auxiliary data record
Options:
--uiType
-y, --yes do not ask for confirmation (default: false)
-h, --help display help for command
`
`code
Usage: socotra-aux edit [options]
edit an auxiliary data record
Options:
--uiType
-h, --help display help for command
``