delete

説明

指定された認証情報を削除します。このコマンドは実際に認証情報を削除する前に確認プロンプトを表示します。

概要

$ abeja config delete [OPTIONS] [NAME]

  Removes an existing configuration. If you want to delete the default
  configuration, run `abeja config delete`.

Options:
  -y, --yes, --assume-yes  Automatically respond yes to confirmation prompts;
                           assume "yes" as answer to all prompts and run non-
                           interactively.
  --help                   Show this message and exit.

オプション

-y, --yes, --assume-yes

確認プロンプトを表示せずに認証情報を削除します。

デフォルトの認証情報を削除

コマンド:

$ abeja config delete

出力:

The configuration "(default)" will be removed. Do you want to continue? [y/N]: y
[INFO]: The configuration "(default)" successfully deleted.

名前つき認証情報を削除

コマンド:

$ abeja config delete example

出力:

The configuration "example" will be removed. Do you want to continue? [y/N]: y
[INFO]: The configuration "example" successfully deleted.