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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for backend.ai_cli-23.3.0.dev0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 217022a0065ff45475825aebe4aa28eeac059e5585405076e26a418e0b9e414d |
|
MD5 | ee9c1aecaef5616e061b5d6aa3064de2 |
|
BLAKE2b-256 | 2d205d0299b28f438a7f7f245f6b181902dfd515edd2f9116a3b8e9f9730edb4 |