Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add note about --display-name to shorebird init
Browse files Browse the repository at this point in the history
felangel committed Jul 3, 2024
1 parent 1b0bc4c commit 4d8a7e2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/content/docs/code-push/initialize.mdx
Original file line number Diff line number Diff line change
@@ -54,6 +54,15 @@ Reference the following commands to get started:
For more information about Shorebird, visit https://shorebird.dev
```

:::note
You can supply a display name directly via the command line by passing the `--display-name` flag:

```sh
shorebird init --display-name "My App"
```

:::

The generated `shorebird.yaml` should look similar to:

```yaml

0 comments on commit 4d8a7e2

Please sign in to comment.