- 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
ABEJA Platform CLI
We provide Command Line Interface(CLI) is unified by ABEJA Platform.
SYSTEM REQUIREMENTS
ABEJA Platform CLI is available to use the environment where Python works due to be provided by Python module.
Python
Python 3.5 or later
The latest Python is available to install Homebrew on the macOS.
$ brew install python
OS
Expecting to use on the those OS environments.
- macOS
- Linux
Unavailable to support Windows due to haven't tested on the Windows environment.
Installation
You can install as following by using pip command(Package manager for Python).
$ curl -s https://packagecloud.io/install/repositories/abeja/platform-public/script.python.sh | bash
$ pip install abejacli
Initial Setting
Requires to set ABEJA authentication information before using CLI. Please checkconfig init command for more details.
Updates
When update latest CLI is also using pip command.
$ pip install abejacli --upgrade
If updates failed for latest version by using above command, Please try this command that reinstalls without using pip cache.
$ pip --no-cache-dir install -I abejacli