Releases: devrev/cli
Releases · devrev/cli
DevRev CLI v0.1.0
Release v0.1.0
DevRev CLI v0.0.5
Release v0.0.5
DevRev CLI v0.0.4
Release v0.0.4
DevRev CLI v0.0.3
Release v0.0.3
DevRev CLI v0.0.2
Release v0.0.2
DevRev CLI v0.0.1
Release v0.0.1
DevRev CLI 0.4.11
[0.4.11] 2025-05-14
Update
- Enhanced support for the latest regions.
- Introduced the
--region
flag in thesnap_in_package logs
command to enable viewing logs from other regions of the snap-in.
DevRev CLI 0.4.10
[0.4.10] 2025-02-15
Added
- Updated template for
snap_in_version init
command
DevRev CLI 0.4.9
[0.4.9] 2025-02-13
Added
- added
--unverified
flag to prevent JWT verification inset-token
DevRev CLI 0.4.8
[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.