> ## Documentation Index
> Fetch the complete documentation index at: https://support.locker.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Release Notes 2024

> Track updates for Locker Secrets Manager, CLI, and environment management features

## 2024: Beta Launch & Access Control

2024 marked the launch of Locker Secrets Manager with a top priority on providing a powerful command-line interface (CLI) and a granular permissions system.

***

<Update label="Jul/2024" description="Secrets Manager Beta & CLI Enhancements">
  <Tabs>
    <Tab title="Web App">
      * **Environment-based Access Control:** Introduced environment-based permissions. Project members can now only access Secrets on authorized environments (e.g., Dev, Staging, Production).
      * **Role-based Actions:** Actions on Secrets (View, Edit, Delete) are tightly controlled based on each member's role.
      * **Onboarding Tooltips:** Added tooltips and guided walkthroughs directly on the interface to assist new users.
    </Tab>

    <Tab title="Locker CLI (v1.94)">
      * **Global Flags:** Synchronized common flags across the `secret`, `environment`, and `scan` commands.
      * **New Commands:**
        * Added `import` subcommand for the `secret` command.
        * Added `import` subcommand for the `scan` command.

      <Note>
        For details on the new commands, refer to the [CLI Guide](/en/locker-secrets-manager/developer-tools/secrets-commands-cli).
      </Note>
    </Tab>
  </Tabs>
</Update>
