Skip to content

Releases: devrev/cli

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.

DevRev CLI 0.4.7

17 Apr 09:30
Compare
Choose a tag to compare

[0.4.7] 2024-04-17

Update

  • Added support for --testing_url flag in snap_in_version create command
  • updated latest snap_in template

DevRev CLI 0.4.6

27 Mar 04:36
Compare
Choose a tag to compare

[0.4.6] 2024-03-20

Added

  • A new commands for marketplace_items, marketplace_submissions and marketplace_categories
  • Deprecated snap_in deploy command

DevRev CLI 0.4.5

16 Feb 12:12
Compare
Choose a tag to compare

[0.4.5] 2024-02-16

Update

  • The snap_in manifest has been upgraded to version 2.
  • A new command for validating manifests has been incorporated into snap_in_version.
  • An issue causing incorrect npm output during snap_in_version create has been resolved.

DevRev CLI 0.4.4

23 Nov 08:12
Compare
Choose a tag to compare

[0.4.4] 2023-11-22

Fixed

  • updated linting in snap_in template
  • added --all flag to snap_in_version list command
  • deprecated --snap_in_version flag in snap_in_version upgrade command, instead provide id as argument.
  • supported custom name to snap_in template

DevRev CLI 0.4.3

09 Oct 04:59
Compare
Choose a tag to compare

[0.4.3] 2023-10-09

Fixed

  • added snap_in_package logs command to support new flags and functionality
  • added linting to snap_in template

DevRev CLI 0.4.2

30 Aug 12:52
Compare
Choose a tag to compare

[0.4.2] 2023-08-30

Fixed

  • removed name, description flags from snap_in_package create command
  • added name, description fields in the snap_in template