@ralphkrauss/codex-account-switcher 0.1.2 → 0.1.3
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.
- package/CHANGELOG.md +6 -0
- package/README.md +1 -1
- package/dist/remote.js +1 -1
- package/package.json +1 -1
- package/src/remote.ts +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -152,7 +152,7 @@ cx sync status work
|
|
|
152
152
|
cx sync status work --json
|
|
153
153
|
```
|
|
154
154
|
|
|
155
|
-
1Password storage details: `cx` shells out to `op` with argv arrays. Reads use `op item get <item> --vault <vault> --fields label=auth_json --reveal`. Writes use a
|
|
155
|
+
1Password storage details: `cx` shells out to `op` with argv arrays. Reads use `op item get <item> --vault <vault> --fields label=auth_json --reveal`. Writes use a `Secure Note` item with a concealed field named `auth_json` via `op item create ... --category "Secure Note" ... auth_json[concealed]=<json>` and `op item edit ... auth_json[concealed]=<json>`. Status commands only report presence/configuration and never reveal field contents.
|
|
156
156
|
|
|
157
157
|
## Migrating from the prototype shell function
|
|
158
158
|
|
package/dist/remote.js
CHANGED
package/package.json
CHANGED