@ratelkey/cli 1.2.0 → 1.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -82,6 +82,7 @@ ratel secret get myapp/prod/DATABASE_URL
82
82
  | --- | --- |
83
83
  | `ratel machine bootstrap <code>` | Enroll this machine into a Burrow |
84
84
  | `ratel auth use <ed25519\|oidc>` | Choose how this machine authenticates (default: ed25519) |
85
+ | `ratel tls set <insecure\|secure>` | Skip or restore TLS certificate verification |
85
86
  | `ratel secret get <project/env/NAME \| NAME> [field]` | Read a secret's current value |
86
87
  | `ratel secret list` | List every secret this machine can read, by slug |
87
88
  | `ratel project list` | List the projects this machine can read, and its access in each |
@@ -97,6 +98,8 @@ ratel secret get myapp/prod/DATABASE_URL
97
98
  ratel secret list | grep prod
98
99
  ```
99
100
 
101
+ `--insecure_tls` on a read command skips certificate verification for that one call; `ratel tls set insecure` makes it the default. Opt-in only.
102
+
100
103
  ## Several Burrows on one machine
101
104
 
102
105
  Bootstrapped identities live under `~/.burrow/burrows/<slug>/`. With one on file it is used automatically. With several, name the one you mean. `--burrow` belongs to the subcommand, so it goes after it and before the positional arguments:
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"@ratelkey/cli","version":"1.2.0","description":"RatelKey CLI — enrol machines into a Burrow and read its secrets","keywords":["secrets","vault","encryption","cli","ratelkey","burrow","self-hosted"],"homepage":"https://ratelkey.com","repository":{"type":"git","url":"git+https://github.com/RatelKeyOrg/ratel-cli.git"},"bugs":{"url":"https://github.com/RatelKeyOrg/ratel-cli/issues"},"license":"MIT","bin":{"ratel":"bin/ratel"},"files":["bin"],"optionalDependencies":{"@ratelkey/cli-darwin-arm64":"1.2.0","@ratelkey/cli-darwin-x64":"1.2.0","@ratelkey/cli-linux-arm":"1.2.0","@ratelkey/cli-linux-arm64":"1.2.0","@ratelkey/cli-linux-x64":"1.2.0","@ratelkey/cli-win32-arm64":"1.2.0","@ratelkey/cli-win32-x64":"1.2.0"}}
1
+ {"name":"@ratelkey/cli","version":"1.2.1","description":"RatelKey CLI — enrol machines into a Burrow and read its secrets","keywords":["secrets","vault","encryption","cli","ratelkey","burrow","self-hosted"],"homepage":"https://ratelkey.com","repository":{"type":"git","url":"git+https://github.com/RatelKeyOrg/ratel-cli.git"},"bugs":{"url":"https://github.com/RatelKeyOrg/ratel-cli/issues"},"license":"MIT","bin":{"ratel":"bin/ratel"},"files":["bin"],"optionalDependencies":{"@ratelkey/cli-darwin-arm64":"1.2.1","@ratelkey/cli-darwin-x64":"1.2.1","@ratelkey/cli-linux-arm":"1.2.1","@ratelkey/cli-linux-arm64":"1.2.1","@ratelkey/cli-linux-x64":"1.2.1","@ratelkey/cli-win32-arm64":"1.2.1","@ratelkey/cli-win32-x64":"1.2.1"}}