@flowcore/cli-plugin-iam
v1.3.1
Published
Flowcore CLI plugin for managing the IAM of the Flowcore Platform
Downloads
383
Readme
Flowcore CLI Plugin - Iam
Flowcore CLI plugin for managing the IAM of the Flowcore Platform
Usage
$ npm install -g @flowcore/cli-plugin-iam
$ iam COMMAND
running command...
$ iam (--version)
@flowcore/cli-plugin-iam/2.13.0 darwin-arm64 node-v20.15.0
$ iam --help [COMMAND]
USAGE
$ iam COMMAND
...
Commands
iam get policy [NAME]
Get a policy
USAGE
$ iam get policy [NAME] [--profile <value>] [-t <value>] [-w] [-j]
ARGUMENTS
NAME name
FLAGS
-j, --json json output
-t, --tenant=<value> tenant
-w, --wide wide output
--profile=<value> Specify the configuration profile to use
DESCRIPTION
Get a policy
See code: src/commands/get/policy.ts
iam get role [NAME]
Get a role
USAGE
$ iam get role [NAME] [--profile <value>] [-t <value>] [-w] [-j]
ARGUMENTS
NAME name
FLAGS
-j, --json json output
-t, --tenant=<value> tenant
-w, --wide wide output
--profile=<value> Specify the configuration profile to use
DESCRIPTION
Get a role
See code: src/commands/get/role.ts