@cryptflare/cli
v0.2.1
Published
Command-line interface for CryptFlare. Manage secrets, pods, environments, and tokens from your terminal.
Maintainers
Readme
@cryptflare/cli
Command-line interface for CryptFlare. Manage secrets, pods, environments, and tokens from your terminal.
This repository is the public mirror of
packages/clifrom the CryptFlare platform monorepo. Source-of-truth lives in the monorepo and is synced here on every release. Open issues and pull requests in this repository.
Features
- Passwordless device login (
cf login) - List, reveal, set, rotate secrets
cf importfor.env, Doppler, and other formatscf injectruns a process with secrets in its environment - no.envon diskcf synctriggers cloud sync connections- Works on macOS, Linux, Windows
- Provenance-attested builds via npm sigstore
Install
npm
npm install -g @cryptflare/cliHomebrew (macOS / Linux)
brew install cryptflare/tap/cfStandalone binary
Pre-built binaries are published with each release at https://github.com/cryptflare/cryptflare-cli/releases.
Quick start
cf login # device-flow auth
cf pods list
cf secrets list --pod prod --environment production
cf import .env --pod prod --environment production
cf inject --pod prod --environment production -- node server.jsDocumentation
- Full reference: https://cryptflare.com/cli
- Commands: https://cryptflare.com/cli/commands
- Examples: https://github.com/cryptflare/examples
Versioning
We follow Semantic Versioning:
- Major - breaking command, flag, or output changes
- Minor - new commands or flags
- Patch - bug fixes
Pre-1.0 minors may include breaking changes - we will call this out in the changelog.
Supply chain
Every release is published with npm provenance. The Verified badge on npm proves the package was built from this exact commit by GitHub Actions.
Contributing
See CONTRIBUTING.md. Most code changes are made in the upstream monorepo; doc, README, and tooling fixes can be PR'd here.
Security
Vulnerabilities: email [email protected]. See SECURITY.md.
License
Apache-2.0 (c) BUUN GROUP PTY LTD
