Skip to content

Commit

Permalink
docs: add note about --display-name to shorebird init (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel authored Jul 3, 2024
1 parent 1b0bc4c commit 3c2e67b
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
Expand Up @@ -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
Expand Down

0 comments on commit 3c2e67b

Please sign in to comment.