Skip to content

DevRev CLI 0.4.8

Compare
Choose a tag to compare
@chaitanyasai-02 chaitanyasai-02 released this 28 Oct 16:38
fdabdc8

[0.4.8] 2024-09-17

Added

  • marketplace_submissions interactive commands for:
    • create lets you create a new marketplace submission. You can choose between creating a new submission from
      scratch (initial submission) or creating one from an existing marketplace item.
    • update lets you update an existing marketplace submission.
    • transition lets you transition a marketplace submission between its available states.
    • delete lets you delete a marketplace submission.
  • marketplace_items interactive commands for:
    • install lets you install a marketplace item.
    • transition lets you transition a marketplace item between its available states.
    • publish lets you publish a marketplace item. This can be done only if the marketplace submission for the given
      item is in the approved state.
  • Use the --non-interactive flag to run the commands in non-interactive mode.