The Autoverse CLI
Project description
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>
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file autoverse_cli-0.29.1.dev410.tar.gz.
File metadata
- Download URL: autoverse_cli-0.29.1.dev410.tar.gz
- Upload date:
- Size: 42.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
284b184d7e750e4308476d3bbe719eedff9686ed5710807c68af2d91aa01d231
|
|
| MD5 |
391deaf8e2758131c5470d1800078e39
|
|
| BLAKE2b-256 |
0a15ae3d4d39174fbec0abc0ad5a0f4e0b4ff47d7e7ba47c9aa9d80c925c380d
|
File details
Details for the file autoverse_cli-0.29.1.dev410-py3-none-any.whl.
File metadata
- Download URL: autoverse_cli-0.29.1.dev410-py3-none-any.whl
- Upload date:
- Size: 58.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9ce9e930cb7bf560974fce586ea4bb91591b4ff1089e68afbfe13f0d73716041
|
|
| MD5 |
56f6543912147c89ed439f58a60d7844
|
|
| BLAKE2b-256 |
bca188f9147366b6c21c90010aff50eb2068bffa91d07fe0cfd9e281ae039486
|