Skip to content

update planet orders request arguments #805

New issue

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

Merged
merged 5 commits into from
Dec 1, 2022
Merged

Conversation

jreiberkyle
Copy link
Contributor

@jreiberkyle jreiberkyle commented Dec 1, 2022

Related Issue(s):

Closes #736

Proposed Changes:

For inclusion in changelog (if applicable):

  1. CLI planet orders request arguments changed to ids being the only positional argument, all other required arguments being specified with keywords (aka --item-types and --bundle)

Not intended for changelog:

Diff of User Interface

Old behavior:

planet orders request --id 20210812_143243_78_222f --name orderName PSScene analytic

New behavior:

planet orders request --name orderName --item-type PSScene --bundle analytic 20210812_143243_78_222f

PR Checklist:

  • This PR is as small and focused as possible
  • If this PR includes proposed changes for inclusion in the changelog, the title of this PR summarizes those changes and is ready for inclusion in the Changelog.
  • I have updated docstrings for function changes and docs in the 'docs' folder for user interface / behavior changes
  • This PR does not break any examples or I have updated them

(Optional) @mentions for Notifications:

@jreiberkyle jreiberkyle marked this pull request as ready for review December 1, 2022 20:05
@jreiberkyle jreiberkyle requested a review from cholmes December 1, 2022 20:17
@jreiberkyle jreiberkyle merged commit e703ad3 into main Dec 1, 2022
@jreiberkyle jreiberkyle deleted the requests-args-736 branch December 1, 2022 20:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Revise planet orders request arguments
2 participants