@keywaysh/cli 0.0.13 → 0.0.15

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 (3) hide show
  1. package/README.md +7 -5
  2. package/dist/cli.js +763 -173
  3. package/package.json +3 -2
package/README.md CHANGED
@@ -5,7 +5,8 @@
5
5
  <br/><br/>
6
6
  <a href="https://keyway.sh">keyway.sh</a> ·
7
7
  <a href="https://github.com/keywaysh/cli">GitHub</a> ·
8
- <a href="https://www.npmjs.com/package/@keywaysh/cli">NPM</a>
8
+ <a href="https://www.npmjs.com/package/@keywaysh/cli">NPM</a> ·
9
+ <a href="https://status.keyway.sh">Status</a>
9
10
  <br/><br/>
10
11
 
11
12
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
@@ -162,19 +163,20 @@ keyway logout
162
163
  Keyway is designed to be **simple and secure** — a major upgrade from Slack or Notion, without the complexity of Hashicorp Vault or AWS Secrets Manager.
163
164
 
164
165
  **What we do:**
165
- - AES-256-GCM encryption server-side
166
- - TLS everywhere
166
+ - AES-256-GCM encryption server-side and client-side token storage
167
+ - TLS everywhere (HTTPS enforced)
167
168
  - GitHub read-only permissions
168
169
  - No access to your code
169
170
  - Secrets stored encrypted at rest
170
171
  - No analytics on secret values (only metadata)
172
+ - Encrypted token storage with file permissions
171
173
 
172
174
  **What we don't do:**
173
175
  - No zero-trust enterprise model
174
176
  - No access to your cloud infrastructure
175
177
  - No access to your production deployment keys
176
178
 
177
- More details: [keyway.sh/security](https://keyway.sh/security)
179
+ For detailed security information, see [SECURITY.md](./SECURITY.md) and [keyway.sh/security](https://keyway.sh/security)
178
180
 
179
181
  ## Who is this for?
180
182
 
@@ -293,7 +295,7 @@ Your team stays perfectly in sync.
293
295
  ## Support
294
296
 
295
297
  - **Issues**: [github.com/keywaysh/cli/issues](https://github.com/keywaysh/cli/issues)
296
- - **Email**: unlock@keyway.sh
298
+ - **Email**: hello@keyway.sh
297
299
  - **Website**: [keyway.sh](https://keyway.sh)
298
300
 
299
301
  ## License