skydive-cli 0.1.0-beta.229 → 0.1.0-beta.239
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 +1 -1
- package/dist/js/bin.mjs +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ location is platform-conventional (resolved via `env-paths`), so it is **not**
|
|
|
21
21
|
`skydive auth status` prints the real resolved path (`Config: …`) — trust that
|
|
22
22
|
over this table if they ever disagree.
|
|
23
23
|
|
|
24
|
-
- **API key** (`sky_live_…`). Mint one at `skydive.com/account`, then:
|
|
24
|
+
- **API key** (`sky_live_…`). Mint one at `skydive.com/settings/account`, then:
|
|
25
25
|
|
|
26
26
|
```sh
|
|
27
27
|
skydive auth login # paste the key
|
package/dist/js/bin.mjs
CHANGED
|
@@ -31,7 +31,7 @@ var __exportAll = (all, no_symbols) => {
|
|
|
31
31
|
|
|
32
32
|
//#endregion
|
|
33
33
|
//#region package.json
|
|
34
|
-
var version$1 = "0.1.0-beta.
|
|
34
|
+
var version$1 = "0.1.0-beta.239";
|
|
35
35
|
|
|
36
36
|
//#endregion
|
|
37
37
|
//#region src/types.ts
|
|
@@ -76,7 +76,7 @@ function resolveWebUrl(appUrl) {
|
|
|
76
76
|
* standalone published package so it can't import the backend constant. */
|
|
77
77
|
const API_KEY_PREFIX = "sky_live_";
|
|
78
78
|
/** Where users mint and copy API keys. Shown in the login prompt. */
|
|
79
|
-
const API_KEYS_URL = "skydive.com/account";
|
|
79
|
+
const API_KEYS_URL = "skydive.com/settings/account";
|
|
80
80
|
const store = new Conf({
|
|
81
81
|
projectName: process.env["SKYDIVE_CONFIG_NAME"] ?? "skydive",
|
|
82
82
|
projectSuffix: "",
|