Skip to content

Commit e4f817c

Browse files
authored
Merge pull request #602 from planetlabs/wait-design-doc-update
Updating spec to match agreed upon usage design
2 parents bd59283 + 031c31d commit e4f817c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

design-docs/CLI-Orders.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,8 @@ User Story: As a CLI user I would like to create an order, wait for it to be
142142
ready to download, then download the order.
143143

144144
```
145-
$ planet orders create –like order_description.json \
146-
| jq -r ‘.id’ | planet orders wait - \
147-
| jq -r ‘.id’ | planet orders download -
145+
$ id=`planet orders create request-1.json | jq -r '.id'` \
146+
&& planet orders wait $id && planet orders download $id
148147
<ANSI download status reporting>
149148
```
150149

0 commit comments

Comments
 (0)