Open
Description
Is your feature request related to a problem? Please describe.
Users need to pipe together multiple commands to create a simple order for a single item.
Example from Slack:
planet orders request --item-type PSScene --bundle basic_analytic_udm2 --name test_order 20240222_222222_22_2222 |planet orders create -
This makes working with the CLI more complicated than it needs to be and causes issues on different platforms.
Describe the solution you'd like
the planet orders create
command could accept the same options as planet orders request
, allowing users to place an order with a single command.
Activity