We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
planet orders create
planet orders request
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
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 asplanet orders request
, allowing users to place an order with a single command.The text was updated successfully, but these errors were encountered: