@flowcore/cli-plugin-tenant-management
v1.2.1
Published
A Flowcore CLI plugin to manage the flowcore tenant
Readme
Flowcore CLI Plugin - Tenant Management
A Flowcore CLI plugin to manage the flowcore tenant
Usage
$ npm install -g @flowcore/cli-plugin-tenant-management
$ tenant COMMAND
running command...
$ tenant (--version)
@flowcore/cli-plugin-tenant-management/1.2.1 linux-x64 node-v20.20.2
$ tenant --help [COMMAND]
USAGE
$ tenant COMMAND
...Commands
tenant get tenant [NAME]
Get tenant
USAGE
$ tenant get tenant [NAME] [--profile <value>] [-j] [-t <value>]
ARGUMENTS
[NAME] name
FLAGS
-j, --json output in json
-t, --tenant=<value> tenant
--profile=<value> Specify the configuration profile to use
DESCRIPTION
Get tenant
EXAMPLES
$ tenant get tenant
$ tenant get tenant --tenant=tenant-name
$ tenant get tenant --tenant=tenant-name --jsonSee code: src/commands/get/tenant.ts
