cloud build push

Pushes a Widgetbook build to Widgetbook Cloud.

Usage

widgetbook cloud build push --api-key <API_KEY>

Arguments

The CLI accepts the following arguments.

ArgumentMandatoryDefault*Description
--path./The path to your project.
--api-key-The project specific API key for Widgetbook Cloud.
--branchCurrent git branchThe name of the branch for which the Widgetbook is uploaded.
--commitHEAD commit of current branchThe SHA hash of the commit for which the Widgetbook is uploaded.
--repositoryRepository top-level nameThe name of the repository for which the Widgetbook is uploaded.
--actorGit config user.nameThe username of the actor which triggered the build.

* These defaults are used when the CLI is used locally. If the CLI is used in a CI/CD environment, the defaults have different respective values.