Cyberia SecretOps
11 / SDK

cybsecrets CLI

Install the SecretOps CLI from npm and wire any codebase to the control plane.

In this feature
  • npm install -g @cyberiasoftware/cybsecrets
  • Zero-install usage with npx cybsecrets
  • Organization → Project → App → Environment resolution
  • Local .cybsecrets.json stores scope, never values
  • MIT licensed, semver released
  • Works in local shells, CI runners and build images
// In the console

What it looks like

@cyberiasoftware/cybsecrets is the public SecretOps CLI. Install it globally or run it with npx, and it resolves secrets through the same hierarchy the console uses — Organization → Project (group) → App → Environment.

cybsecrets CLI
cybsecrets CLI
@cyberiasoftware/cybsecrets on npm — MIT licensed, published from the SecretOps release pipeline.
cybsecrets CLI — detail
cybsecrets CLI — detail
cybsecrets init writes a local .cybsecrets.json pointing at the selected org, project, app and environment — no secret values on disk.
Install

One package, every environment

A single global install covers local development, CI runners and container build steps. npx keeps ephemeral environments clean by pulling the pinned version at run time.

Model

Secrets live on apps

The CLI mirrors the console hierarchy exactly, so what an engineer sees in the browser is what the terminal resolves — no second mental model.

Footprint

Config on disk, secrets in memory

.cybsecrets.json records only the selected scope. Values are fetched over the API at run time and injected into the process, never written to the repository.

Included out of the box

npm install -g @cyberiasoftware/cybsecrets
Zero-install usage with npx cybsecrets
Organization → Project → App → Environment resolution
Local .cybsecrets.json stores scope, never values
MIT licensed, semver released
Works in local shells, CI runners and build images
Next feature

Console & Browser Login

Continue
Get started

One source of truth for every secret

Talk to the team