Skip to content

Releases: devrev/cli

DevRev CLI v0.1.0

23 Aug 11:41
6fb0bd6
Compare
Choose a tag to compare

DevRev CLI v0.0.5

23 Aug 11:29
6fb0bd6
Compare
Choose a tag to compare

Release v0.0.5

DevRev CLI v0.0.4

23 Aug 11:08
6fb0bd6
Compare
Choose a tag to compare

Release v0.0.4

DevRev CLI v0.0.3

23 Aug 10:58
6fb0bd6
Compare
Choose a tag to compare

Release v0.0.3

DevRev CLI v0.0.2

23 Aug 10:44
6fb0bd6
Compare
Choose a tag to compare

Release v0.0.2

DevRev CLI v0.0.1

23 Aug 10:35
6fb0bd6
Compare
Choose a tag to compare

Release v0.0.1

DevRev CLI 0.4.11

15 May 06:22
fdabdc8
Compare
Choose a tag to compare

[0.4.11] 2025-05-14

Update

  • Enhanced support for the latest regions.
  • Introduced the --region flag in the snap_in_package logs command to enable viewing logs from other regions of the snap-in.

DevRev CLI 0.4.10

17 Feb 08:43
fdabdc8
Compare
Choose a tag to compare

[0.4.10] 2025-02-15

Added

  • Updated template for snap_in_version init command

DevRev CLI 0.4.9

13 Feb 19:03
fdabdc8
Compare
Choose a tag to compare

[0.4.9] 2025-02-13

Added

  • added --unverified flag to prevent JWT verification in set-token

DevRev CLI 0.4.8

28 Oct 16:38
fdabdc8
Compare
Choose a tag to compare

[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.