@autohq/cli 0.1.110 → 0.1.112

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 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 auth login --profile staging # sign in under a chosen profile name
55
- auto auth list # list stored accounts
56
- auto auth switch staging # make a profile (or email) active
57
- auto auth remove staging # delete a stored profile
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.
@@ -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.110",
26209
+ version: "0.1.112",
26210
26210
  license: "SEE LICENSE IN README.md",
26211
26211
  publishConfig: {
26212
26212
  access: "public"