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.dev408
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.dev408.tar.gz | 41.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| autoverse_cli-0.29.1.dev408-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 100.2 kB
Release files / autoverse_cli-0.29.1.dev408.tar.gz
| Download URL | autoverse_cli-0.29.1.dev408.tar.gz |
|---|---|
| Size | 41.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0ced8c923f7493711f3ac99f50fd7dc83e8ac5dddd2c3a7dfa46678603a3f0d5
|
|
BLAKE2b-256 checksum How to use checksums |
9455d5ffe8ae0f13cdf863b462bd7434746a5fa9db0170478b714279fcc4244c
|
| 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.dev408-py3-none-any.whl
| Download URL | autoverse_cli-0.29.1.dev408-py3-none-any.whl |
|---|---|
| Size | 58.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
4e466e71b335639a0036f2651da49d5a9c25a08836d1097c1cedad7c2304cc83
|
|
BLAKE2b-256 checksum How to use checksums |
32ee6c7e3dfd4c89ebb632b53274b6595d1738aad85dc8d94fd2741af250c678
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.10.19
|