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.17.tar.gz
(7.1 kB
view hashes)
Built Distribution
Close
Hashes for backend.ai_cli-22.9.17-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | dbdb0d4f78e53966222d3c4eb8d23837dc1951fa84df36cff49b1eff5e9ed4b7 |
|
MD5 | 1ddf275d6029a59e5f3fb5cd8f2959a8 |
|
BLAKE2b-256 | 4bd3bbbafb5a85b7e2a0f8548cad9496d23a116248ae1b4e8fdb69517c4c11ab |