Documentation Index
Fetch the complete documentation index at: https://docs.hiverge.ai/llms.txt
Use this file to discover all available pages before exploring further.
Global Options
All hive commands accept the following options:
| Option | Description |
|---|
-h, --help | Show help message and exit |
hive init
Initialize the Hive configuration. Creates ~/.hive/config.yaml with a default template and prompts for your organisation ID.
hive login
Log in to the Hive platform. Opens a browser for authentication.
hive logout
Log out and clear stored credentials for the currently configured organisation.
hive edit config
Open the configuration file in your editor.
hive edit config [-h] [-f CONFIG]
| Option | Description |
|---|
--config, -f | Path to the config file (default: ~/.hive/config.yaml) |
hive create experiment
Create a new experiment from the configuration file.
Aliases: hive create exp
hive create experiment [-h] [-f CONFIG] <name>
| Argument / Option | Description |
|---|
name | Name of the experiment. If it ends with -, a random suffix is appended for uniqueness |
--config, -f | Path to the config file (default: ~/.hive/config.yaml) |
hive list experiments
List all experiments for the current organisation.
Aliases: hive list exp, hive list exps
hive list experiments [-h]
hive get experiment
Get detailed information about a specific experiment.
Aliases: hive get exp
hive get experiment [-h] <name>
| Argument / Option | Description |
|---|
name | Name of the experiment |
hive delete experiment
Delete one or more experiments.
Aliases: hive delete exp
hive delete experiment [-h] [-y] [-f CONFIG] <name> [name ...]
| Argument / Option | Description |
|---|
name | Name(s) of the experiment(s) to delete |
--yes, -y | Skip confirmation prompt |
--config, -f | Path to the config file (default: ~/.hive/config.yaml) |
hive dashboard
Launch the Hive dashboard in a new browser window.