Flowcore CLI plugin for managing the IAM of the Flowcore Platform
$ npm install -g @flowcore/cli-plugin-iam
$ iam COMMAND
running command...
$ iam (--version)
@flowcore/cli-plugin-iam/1.3.1 linux-x64 node-v20.18.0
$ iam --help [COMMAND]
USAGE
$ iam COMMAND
...
Delete a policy
USAGE
$ iam delete policy NAME -t <value> [--profile <value>] [-j] [-y]
ARGUMENTS
NAME name
FLAGS
-j, --json json output
-t, --tenant=<value> (required) tenant
-y, --yes yes to all
--profile=<value> Specify the configuration profile to use
DESCRIPTION
Delete a policy
See code: src/commands/delete/policy.ts
Delete a role
USAGE
$ iam delete role NAME -t <value> [--profile <value>] [-j] [-y]
ARGUMENTS
NAME name
FLAGS
-j, --json json output
-t, --tenant=<value> (required) tenant
-y, --yes yes to all
--profile=<value> Specify the configuration profile to use
DESCRIPTION
Delete a role
See code: src/commands/delete/role.ts
Get a policy
USAGE
$ iam get policy [NAME] [--profile <value>] [-j] [-t <value>] [-w]
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
Get a role
USAGE
$ iam get role [NAME] [--profile <value>] [-j] [-t <value>] [-w]
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