Skip to content

Profiles hold auth and runtime configuration for the MgcSDK, like tokens and log filter settings

github-actions[bot] edited this page Jul 26, 2024 · 1 revision

Profiles hold auth and runtime configuration for the MgcSDK, like tokens and log filter settings.

Users can create as many profiles as they choose to. Auth and config operations will affect only the current profile, so users can alter and switch between profiles without loosing the previous configuration

Usage:

Usage:
  ./mgc profile [flags]
  ./mgc profile [command]

Product catalog:

  • Commands:
  • create Creates a new profile
  • delete Deletes the profile with the specified name
  • get Get current profile.
  • list List all available profiles
  • set Sets profile to be used

Other commands:

  • Additional Commands:
  • select call "list", prompt selection and then "set"

Flags:

Flags:
  -h, --help   help for profile
Clone this wiki locally