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-24.3.5.tar.gz
(9.3 kB
view hashes)
Built Distribution
Close
Hashes for backend.ai_cli-24.3.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 644fd8887ab0b3085380c22d8faed9053f788c9777d51ba2104c0a3f1ef14c3f |
|
MD5 | 17472f261484f8f7c40539caf8013ef7 |
|
BLAKE2b-256 | 4acabb94cf34cf28e00f6a42f3cdba122752a26081a3f8f24c8d717658421357 |