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.dev409
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.dev409.tar.gz | 43.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| autoverse_cli-0.29.1.dev409-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 101.8 kB
Release files / autoverse_cli-0.29.1.dev409.tar.gz
| Download URL | autoverse_cli-0.29.1.dev409.tar.gz |
|---|---|
| Size | 43.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
44628282fe7de4137d46bb814746d96987040a54daf68b004a15cd1f521f03af
|
|
BLAKE2b-256 checksum How to use checksums |
dea8287405dc348c01ebf1f8eb5b6ba2a866002c441cae7b09bcd31f7f5e04ad
|
| 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.dev409-py3-none-any.whl
| Download URL | autoverse_cli-0.29.1.dev409-py3-none-any.whl |
|---|---|
| Size | 58.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
0e77954e7e381243166c642618c4076428e8ff95766c034845ad5add469cc4ac
|
|
BLAKE2b-256 checksum How to use checksums |
a7bab07526a7abe0d97003ce09160f60d1bbfe4c88e2ccc9daea1f2897c01ccc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.10.19
|