You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- The --hosting option is optional and currently supports sentinel_hub as its only value.
243
253
- The --collection_id is also optional. If you decide to use this, ensure that the order request and the collection have matching bands. If you're unsure, allow the system to create a new collection for you by omitting the --collection_id option. This will ensure the newly set-up collection is configured correctly, and you can subsequently add items to this collection as needed.
254
+
- The --create_configuration option will create a new [layer configuration](https://apps.sentinel-hub.com/dashboard/#/configurations) in Sentinel Hub on your behalf. This option cannot be used with --collection_id.
244
255
245
256
For more information on Sentinel Hub hosting, see the [Orders API documentation](https://developers.planet.com/apis/orders/delivery/#delivery-to-sentinel-hub-collection) and the [Linking Planet User to Sentinel Hub User
246
257
](https://support.planet.com/hc/en-us/articles/16550358397469-Linking-Planet-User-to-Sentinel-Hub-User) support post.
@@ -307,14 +318,20 @@ if you run that command again it will create a second order).
307
318
308
319
#### Sentinel Hub Hosting
309
320
310
-
For convenience, `planet orders create` accepts the same `--hosting`and `--collection_id` options that [`planet orders request`](#sentinel-hub-hosting) does.
321
+
For convenience, `planet orders create` accepts the same `--hosting`, `--collection_id`, and `--create_configuration` options that [`planet orders request`](#sentinel-hub-hosting) does.
When creating a new subscription, you can include hosting options directly using the --hosting and --collection-id flags.
541
+
When creating a new subscription, you can include hosting options directly using the --hosting, --collection-id, and --create-configuration flags.
542
542
543
543
- The --hosting option is optional and currently supports sentinel_hub as its only value.
544
544
- The --collection_id is also optional. If you decide to use this, ensure that the subscription request and the collection have matching bands. If you're unsure, allow the system to create a new collection for you by omitting the --collection_id option. This will ensure the newly set-up collection is configured correctly, and you can subsequently add items to this collection as needed.
545
+
- The --create_configuration option will create a new [layer configuration](https://apps.sentinel-hub.com/dashboard/#/configurations) in Sentinel Hub on your behalf. This option cannot be used with --collection_id.
545
546
- You may also input --hosting as a JSON file. The file should be formatted:
0 commit comments