Install
Generate access token
hydra
for setup:
the hydra command
hydra
command does the following:hydra setup
if neededhydra connect --start
exit
, \\q
or ^D
.hydra
command will ask for an access token and provides the URL (https://platform.hydra.so/token) to generate your token. Copy the token and paste it into the CLI to unlock a 14-day free trial of Hydra’s serverless analytics.
hydra help
for a list of commands, and hydra COMMAND --help
to get help about any command.
hydra setup
again. You can also change the port number at any time with hydra start
.
Configuration files
By default, configuration is saved to hydra-cli
in your platform’s user data directory:
~/Library/Application Support/hydra-cli
~/.local/share/hydra-cli
-C
/--config-dir
, but you will need to pass this in with every execution.
hydra stop
removes the running container, if one remains.hydra teardown
will confirm removal of the configuration files and the Docker volume, respectively.pip uninstall hydra-cli
will remove the CLI itself.