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
backend.ai-cli-22.3.8.tar.gz
(6.8 kB
view hashes)
Built Distribution
Close
Hashes for backend.ai_cli-22.3.8-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | de42939f29490a8648ad1adbec58f63531273ac7c614d05fc853c07e1a341cb5 |
|
MD5 | 1781accc4d6b74659b636ba234ffd68a |
|
BLAKE2b-256 | c1d529e23b3dc697b2fc3d05f8330890a43e25549ad26dc466a8afc8c1842cd7 |