@autohq/cli 0.1.111 → 0.1.113
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/README.md +7 -4
- package/dist/agent-bridge.js +1 -1
- package/dist/index.js +5416 -5200
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -51,13 +51,16 @@ pointer in `~/.auto/config.yaml`. Logging in to a second account never
|
|
|
51
51
|
discards the first.
|
|
52
52
|
|
|
53
53
|
```sh
|
|
54
|
-
auto
|
|
55
|
-
auto
|
|
56
|
-
auto
|
|
57
|
-
auto
|
|
54
|
+
auto account create staging # sign in and store under a profile name
|
|
55
|
+
auto account list # list stored accounts
|
|
56
|
+
auto account switch staging # make a profile (or email) active
|
|
57
|
+
auto account remove staging # delete a stored profile
|
|
58
58
|
auto --profile staging runs list # use a profile for one invocation
|
|
59
59
|
```
|
|
60
60
|
|
|
61
|
+
The `auth` group offers the same operations with auth-centric spellings
|
|
62
|
+
(`auth login --profile`, `auth list`, `auth switch`, `auth remove`).
|
|
63
|
+
|
|
61
64
|
`AUTO_PROFILE=<name>` pins a whole shell session to a profile without
|
|
62
65
|
moving the active pointer, so different terminals can act as different
|
|
63
66
|
accounts at the same time.
|
package/dist/agent-bridge.js
CHANGED
|
@@ -26206,7 +26206,7 @@ Object.assign(lookup, {
|
|
|
26206
26206
|
// package.json
|
|
26207
26207
|
var package_default = {
|
|
26208
26208
|
name: "@autohq/cli",
|
|
26209
|
-
version: "0.1.
|
|
26209
|
+
version: "0.1.113",
|
|
26210
26210
|
license: "SEE LICENSE IN README.md",
|
|
26211
26211
|
publishConfig: {
|
|
26212
26212
|
access: "public"
|