CONFIG COMMAND

CLI の CONFIG COMMAND は abeja コマンドを利用する際の認証情報を設定、確認ができます。

CLIを使用開始前にinitコマンドで認証情報を設定する必要があります。 認証情報は ~/.abeja/config に保管されます。

概要

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