@flowcore/cli-plugin-iam
TypeScript icon, indicating that this package has built-in type declarations

1.3.1 • Public • Published

Flowcore CLI Plugin - Iam

Flowcore CLI plugin for managing the IAM of the Flowcore Platform

Version oclif Build and Release

Usage

$ 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
...

Commands

iam delete policy NAME

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

iam delete role NAME

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

iam get policy [NAME]

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

iam get role [NAME]

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

Readme

Keywords

Package Sidebar

Install

npm i @flowcore/cli-plugin-iam

Weekly Downloads

10

Version

1.3.1

License

MIT

Unpacked Size

158 kB

Total Files

62

Last publish

Collaborators

  • suuunly
  • jbiskur