File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -207,7 +207,10 @@ Options:
207207### Usage Examples
208208
209209```
210- planet subscription request --source source.json --clip geom.json --delivery delivery.json | planet subscriptions create -
210+ planet subscription request \
211+ --name test \
212+ --source source.json \
213+ --delivery delivery.json | planet subscriptions create -
211214```
212215
213216## Request-catalog
@@ -236,13 +239,12 @@ Options:
236239### Usage Examples
237240
238241```
239- planet subscriptions request \
240- --source $(planet subscriptions request-catalog \
242+ planet subscriptions request-catalog \
241243 --item-types PSScene \
242244 --asset-types ortho_analytic_8b_sr,ortho_udm2 \
243245 --geometry aoi.geojson \
244246 --start-time 2022-01-01) \
245- --delivery delivery.json | planet subscriptions create -
247+ --delivery delivery.json > source.json
246248```
247249
248250## Request-other
You can’t perform that action at this time.
0 commit comments