Flowcore CLI plugin for managing the IAM of the Flowcore Platform
npm install @flowcore/cli-plugin-iamFlowcore CLI Plugin - Iam
=================
Flowcore CLI plugin for managing the IAM of the Flowcore Platform



sh-session
$ 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]](#iam-get-policy-name)
* [iam get role [NAME]](#iam-get-role-name)iam get policy [NAME]Get a policy
`
USAGE
$ iam get policy [NAME] [--profile ] [-t ] [-w] [-j]ARGUMENTS
NAME name
FLAGS
-j, --json json output
-t, --tenant= tenant
-w, --wide wide output
--profile= 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 ] [-t ] [-w] [-j]ARGUMENTS
NAME name
FLAGS
-j, --json json output
-t, --tenant= tenant
-w, --wide wide output
--profile= Specify the configuration profile to use
DESCRIPTION
Get a role
``_See code: src/commands/get/role.ts_