CONFIG COMMAND

User can set and confirm credential information when using abeja command.

Before using the Abeja Platform CLI, User needs to set credential information by using the init command. The Abeja Platform CLI stores the credentials in the file ~/.abeja/config.

Synopsis

$ abeja config [--help]
Usage: abeja config [OPTIONS] COMMAND [ARGS]...

  Configuration operation commands

Options:
  --help  Show this message and exit.

Commands:
  delete  Removes an existing configuration
  init    Initialize ABEJA credentials
  list    Lists the configurations
  show    Show the current active configuration details
  switch  Activates an existing named or unnamed...