1.7.0 • Published 6 months ago

@flowcore/cli-plugin-iam v1.7.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

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/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

1.7.0

6 months ago

1.6.1

7 months ago

1.6.0

8 months ago

1.5.0

8 months ago

1.4.0

12 months ago

1.2.3

12 months ago

1.3.1

12 months ago

1.3.0

12 months ago

1.2.2

12 months ago

1.2.1

12 months ago

1.1.0

12 months ago

1.0.0

1 year ago