Skip to content

Commit

Permalink
Updated preview command
Browse files Browse the repository at this point in the history
  • Loading branch information
akclace committed Jan 3, 2024
1 parent 2c230e7 commit 4ddd3a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/docs/Applications/Lifecycle/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,12 @@ Use the `--dry-run` option with any update CLI call to verify if the options spe
Preview allows the creation of any number of linked preview apps for a main app. This is supported for apps created from GitHub source. A commit id to use needs to be specified. For example,

```sh
clace app preview /myapp 49182d4ca1cacbd8e3463a77c2174a6da1fb66c9
clace preview create /myapp 49182d4ca1cacbd8e3463a77c2174a6da1fb66c9
```

creates an app accessible at `/myapp_cl_preview_49182d4ca1cacbd8e3463a77c2174a6da1fb66c9` which runs the app code in the specified commit id.

Preview apps cannot be changed once they are created. If preview app requires new permissions, add the `--approve` option to the `app preview` command.
Preview apps cannot be changed once they are created. If preview app requires new permissions, add the `--approve` option to the `preview create` command.

## Write Mode Access

Expand Down

0 comments on commit 4ddd3a8

Please sign in to comment.