Pre-release
This release is a pre-release and may not be stable for production use.
Autoverse CLI
The new implementation of the Autoverse CLI
Installation
Stable Release (Recommended)
pip install autoverse-cli
Development Versions
Development versions are published from feature branches and follow the format X.Y.Z.devN.
# Install the latest development version
pip install autoverse-cli --pre
# Install a specific development version
pip install autoverse-cli==0.29.1.dev123
# Check available versions (including dev)
pip index versions autoverse-cli
# Upgrade to latest dev version
pip install --upgrade --pre autoverse-cli
Note:
pip install autoverse-cli(without--pre) always installs the latest stable release frommain. Development versions require the--preflag explicitly.
Shell Completion
To enable tab completion for the avrs command, run:
avrs --install-completion
Then reload your shell:
source ~/.bashrc # or ~/.zshrc, ~/.config/fish/config.fish, etc.
For full details, see SHELL_COMPLETION.md.
Supported Shells
- Bash
- Zsh
- Fish
- Tcsh
Quick Usage Examples
# List all available commands
avrs <TAB>
# Complete subcommand arguments
avrs launcher <TAB>
avrs restart <TAB>
Release files for autoverse-cli 0.29.1.dev410
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| autoverse_cli-0.29.1.dev410.tar.gz | 42.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| autoverse_cli-0.29.1.dev410-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 100.5 kB
Release files / autoverse_cli-0.29.1.dev410.tar.gz
| Download URL | autoverse_cli-0.29.1.dev410.tar.gz |
|---|---|
| Size | 42.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
284b184d7e750e4308476d3bbe719eedff9686ed5710807c68af2d91aa01d231
|
|
BLAKE2b-256 checksum How to use checksums |
0a15ae3d4d39174fbec0abc0ad5a0f4e0b4ff47d7e7ba47c9aa9d80c925c380d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.10.19
|
Release files / autoverse_cli-0.29.1.dev410-py3-none-any.whl
| Download URL | autoverse_cli-0.29.1.dev410-py3-none-any.whl |
|---|---|
| Size | 58.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
9ce9e930cb7bf560974fce586ea4bb91591b4ff1089e68afbfe13f0d73716041
|
|
BLAKE2b-256 checksum How to use checksums |
bca188f9147366b6c21c90010aff50eb2068bffa91d07fe0cfd9e281ae039486
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.10.19
|