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

Introduced on 2025-06-13.

Added

  • New request experience in CLI:
    • opal request create starts an interactive experience to create an access request in Opal, or users can pass in appropriate flags to bypass the interactivity
    • opal request get --id retrieves data about a certain request id including its status
    • opal request list retrieves 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.