Skip to content

Commit 0da0aba

Browse files
authored
Merge pull request #213 from planetlabs/docs-update
update example in CLI docs
2 parents 7c2a416 + 9e81484 commit 0da0aba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/source/cli/examples.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,9 @@ than the full order.
330330
You can also clip the items in an order by providing a GeoJSON AOI Geometry
331331
with the `--clip` parameter::
332332

333-
planet orders create --name "my order" ... \
333+
planet orders create --name "my order" \
334+
--id 20151119_025740_0c74,20151119_025741_0c74 \
335+
--bundle visual --item-type psscene3band
334336
--clip '{
335337
"type": "Polygon",
336338
"coordinates": [

0 commit comments

Comments
 (0)