@usesocial/cli 0.11.4 → 0.11.6

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 CHANGED
@@ -1,5 +1,17 @@
1
1
  # @usesocial/cli
2
2
 
3
+ ## 0.11.6
4
+
5
+ ### Patch Changes
6
+
7
+ - [#59](https://github.com/usesocial/monorepo/pull/59) [`d6f5807`](https://github.com/usesocial/monorepo/commit/d6f58074561524aff14fccb831785fcbd31b4216) Thanks [@CyrusNuevoDia](https://github.com/CyrusNuevoDia)! - Bind X account connect links to the authenticated CLI user so copied OAuth URLs cannot attach to the wrong usesocial web session.
8
+
9
+ ## 0.11.5
10
+
11
+ ### Patch Changes
12
+
13
+ - [#53](https://github.com/usesocial/monorepo/pull/53) [`cc71bcd`](https://github.com/usesocial/monorepo/commit/cc71bcdfd3581b49d9d258cd36192bc6029a9d72) Thanks [@CyrusNuevoDia](https://github.com/CyrusNuevoDia)! - Bundle the CLI result helper into the published package for direct tarball installs.
14
+
3
15
  ## 0.11.4
4
16
 
5
17
  ### Patch Changes
package/README.md CHANGED
@@ -142,14 +142,14 @@ profile lookup is needed.
142
142
  | `(bare)` | Show who is signed in and list connected accounts. | |
143
143
  | `login` | Device sign-in, scope selection, and billing. | |
144
144
  | `logout` | Revoke the session and clear the saved token. | |
145
- | `connect linkedin` | Open or print a LinkedIn connection URL. | write |
146
- | `connect x` | Open or print an X OAuth URL. | write |
145
+ | `connect linkedin` | Print a LinkedIn connection URL and poll for approval. | write |
146
+ | `connect x` | Print an X OAuth URL and poll for approval. | write |
147
147
  | `reconnect linkedin <account>` | Re-auth an existing LinkedIn account. | write |
148
148
  | `reconnect x <account>` | Re-auth an existing X account. | write |
149
149
  | `disconnect linkedin <account>` | Disconnect a LinkedIn account. | write |
150
150
  | `disconnect x <account>` | Disconnect an X account. | write |
151
151
  | `billing` | Show seats, subscription, and current usage billing. | |
152
- | `billing portal` | Open the hosted billing portal and print its URL. | |
152
+ | `billing portal` | Print the hosted billing portal URL. | |
153
153
  | `usage` | Aggregate proxy calls and usage. | |
154
154
  | `logs` | Recent proxy calls. | |
155
155
  | `config account` | Read or set the default connected account selector. | local |