1.3.1 • Published 8 months ago

@flowcore/cli-plugin-iam v1.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
8 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