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.9.13.tar.gz
(7.1 kB
view hashes)
Built Distribution
Close
Hashes for backend.ai_cli-22.9.13-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a80aedf379f86827b10c7330e8da5a968aa3503c4d8c7e8858009e8a60c2f845 |
|
MD5 | 642b4471273ed2d3e66d63425b971ca4 |
|
BLAKE2b-256 | 487183235204c1b938ebdb76a1be10ef703e1aa45698b5f84d2fc15bc76d1ff5 |