Skip to main content

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:
hive [-h] <command>
OptionDescription
-h, --helpShow 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 init [-h]

hive login

Log in to the Hive platform. Opens a browser for authentication.
hive login [-h]

hive logout

Log out and clear stored credentials for the currently configured organisation.
hive logout [-h]

hive edit config

Open the configuration file in your editor.
hive edit config [-h] [-f CONFIG]
OptionDescription
--config, -fPath 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 / OptionDescription
nameName of the experiment. If it ends with -, a random suffix is appended for uniqueness
--config, -fPath 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 / OptionDescription
nameName 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 / OptionDescription
nameName(s) of the experiment(s) to delete
--yes, -ySkip confirmation prompt
--config, -fPath to the config file (default: ~/.hive/config.yaml)

hive dashboard

Launch the Hive dashboard in a new browser window.
hive dashboard