A Flowcore CLI plugin for managing authentication in the Flowcore Platform
npm install @flowcore/cli-plugin-auth-managementFlowcore CLI Plugin - Auth Management
=================
A Flowcore CLI plugin for managing authentication in the Flowcore Platform



sh-session
$ 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 NAMEauth auth new key NAMECreate a new API key
`
USAGE
$ auth auth new key NAME -t [--profile ]ARGUMENTS
NAME name of the API key
FLAGS
-t, --tenant= (required) tenant where the API key should be created
--profile= 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_