hci state put
hci state put --project PROJECT --name NAME --file FILE
Upload a state file
Parameters
--project PROJECT
Project path, e.g. github/my-org/my-project
.
--name NAME
Name of the state file.
--file FILE
Local path of the state file or -
for stdin.
Implicit inputs
This command uses git
metadata from the working directory, unless [option-project] is specified.
Hercules CI API access is affected by the optional HERCULES_CI_API_BASE_URL
and HERCULES_CI_API_TOKEN
.