Opal CLI Changelog
Learn about notable changes to the Opal CLI.
See the npm package for changes released prior to version 3.2.1. This project adheres to Semantic Versioning.
3.2.4
- Resolved an issue where the
opal request createcommand failed to retrieve all available assets when a connection had more than 100 requestable items. The command now correctly handles pagination to display all requestable assets, regardless of quantity.
3.2.3
- Eliminated noisy third party deprecation warnings in CLI outputs for cleaner command-line experience
3.2.2
- Added new
--bundleflag to theopal request createcommand, allowing users to create requests based on assets in an existing bundle - Added new
--templateflag to theopal request createcommand, allowing users to create new access requests based on previous ones with requested - Added more descriptive error messaging in
opal request create - Print URL link to authentication page in browser if
opal logindoes not open browser automatically
3.2.1
Introduced on 2025-06-13.
- New request experience in CLI:
opal request createstarts an interactive experience to create an access request in Opal, or users can pass in appropriate flags to bypass the interactivityopal request get --idretrieves data about a certain request id including its statusopal request listretrieves data about the user's 10 most recent outgoing access requests
- New command
opal whoami:- Returns information about the current setup, including the set Opal server URL, organization name, and actively logged-in user email, if any.
Updated 12 days ago
