CLI reference / hub app <name>
hub app <name> redeploy
Deploy the branch head again (from GitHub), or rebuild the current release (uploaded).
Usage
hub app <name> redeploy [options]Arguments
| Argument | Description |
|---|---|
<name> | The app, or app/instance for an instance other than prod, such as my-app/staging. |
Options
| Option | Description |
|---|---|
--logs | Print the full build log instead of the compact summary. |
--detach | Return once the redeploy starts, without following the release. |