@flowcore/cli-plugin-auth-management
v1.2.2
Published
A Flowcore CLI plugin for managing authentication in the Flowcore Platform
Downloads
225
Readme
Flowcore CLI Plugin - Auth Management
A Flowcore CLI plugin for managing authentication in the Flowcore Platform
Usage
$ npm install -g @flowcore/cli-plugin-cli-plugin-auth-management
$ auth COMMAND
running command...
$ auth (--version)
@flowcore/cli-plugin-cli-plugin-auth-management/2.13.0 darwin-arm64 node-v20.15.0
$ auth --help [COMMAND]
USAGE
$ auth COMMAND
...
Commands
auth auth new key NAME
Create a new API key
USAGE
$ auth auth new key NAME -t <value> [--profile <value>]
ARGUMENTS
NAME name of the API key
FLAGS
-t, --tenant=<value> (required) tenant where the API key should be created
--profile=<value> Specify the configuration profile to use
DESCRIPTION
Create a new API key
EXAMPLES
$ auth auth new key --tenant=tenant-id --name=key-name
See code: src/commands/auth/new/key.ts