Skip to content

Commit b5bd1e7

Browse files
committed
fix examples
1 parent a5b283b commit b5bd1e7

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

design-docs/CLI-Subscriptions.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)