Backend.AI Command Line Interface Helper
Project description
backend.ai-cli
Unified command-line interface for Backend.AI
How to adopt in CLI-enabled Backend.AI packages
An example setup.cfg
in Backend.AI Manager:
[options.entry_points]
backendai_cli_v10 =
mgr = ai.backend.manager.cli.__main__:main
mgr.start-server = ai.backend.gateway.server:main
Define your package entry points that returns a Click command group using a
prefix, and add additional entry points that returns a Click command using a
prefix followed by a dot and sub-command name for shortcut access, under the
backendai_cli_v10
entry point group.
Then add backend.ai-cli
to the install_requires
list.
You can do the same in setup.py
as well.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for backend.ai_cli-22.6.0b3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | bbf2c3a829d07eed44942250719644856f0e46fdede529ecbd0db55ae87dfbb8 |
|
MD5 | ba2854144cff60361fd29f586ac9e04c |
|
BLAKE2b-256 | 8698a840ce15ee50d3c64ae0fefd4e77518a40873acf6fd3910cc890b4488bc1 |