- 概要
- スタートアップガイド
- ユーザガイド
-
リファレンス
-
ABEJA Platform CLI
- CONFIG COMMAND
- DATALAKE COMMAND
- DATASET COMMAND
- TRAINING COMMAND
-
MODEL COMMAND
- check-endpoint-image
- check-endpoint-json
- create-deployment
- create-endpoint
- create-model
- create-service
- create-trigger
- create-version
- delete-deployment
- delete-endpoint
- delete-model
- delete-service
- delete-version
- describe-deployments
- describe-endpoints
- describe-models
- describe-service-logs
- describe-services
- describe-versions
- download-versions
- run-local
- run-local-server
- start-service
- stop-service
- submit-run
- update-endpoint
- startapp command
-
ABEJA Platform CLI
- FAQ
- Appendix
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...