CLI

CLI Installation

Install the Secryn CLI using the official script or GitHub releases.

CLI Installation

You can install the Secryn CLI using the official install script or by downloading a release binary manually.

Install via the Official Install Script

curl -fsSL https://cli.secryn.io | bash

Version Pinning

curl -fsSL https://cli.secryn.io | bash -s -- --version v1.0.0

Manual Installation via GitHub Releases

Download the correct binary for your operating system and architecture from:

Then place the binary in:

/usr/local/bin

Ensure the file is executable.

Verify Installation

secryn --version

Enable Self-Updates for Existing Installations

The self-update command is available in newer CLI releases. Existing installations must use the installer once to obtain the first release containing self-update support:

curl -fsSL https://cli.secryn.io | bash

After that, use secryn update to check for and install CLI updates. If the CLI is installed in a protected directory, such as /usr/local/bin, the installer or updater may require elevated permissions.