- Overview
- Getting Started Guide
- UserGuide
-
References
-
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
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...