chore: rename product_id to app_id (#77)

This commit is contained in:
Felix Angelov
2023-03-15 14:11:13 -05:00
committed by GitHub
parent 5425f09d46
commit 62bed70bf5
29 changed files with 146 additions and 145 deletions
+2 -2
View File
@@ -76,7 +76,7 @@ shorebird logout
### Create App
To create an app use the `shorebird apps create` command. An app-id can be specified as a CLI option but shorebird will default to the product_id defined in the `shorebird.yaml`
To create an app use the `shorebird apps create` command. An app-id can be specified as a CLI option but shorebird will default to the app_id defined in the `shorebird.yaml`
```bash
# Create an app using default app id
@@ -96,7 +96,7 @@ Created new app: my-app-id
### Delete App
To delete an existing app on Shorebird, use the `shorebird apps delete` command. An app-id can be specified as a CLI option but shorebird will default to the product_id defined in the `shorebird.yaml`
To delete an existing app on Shorebird, use the `shorebird apps delete` command. An app-id can be specified as a CLI option but shorebird will default to the app_id defined in the `shorebird.yaml`
```bash
# Create an app using default app id