kylon-cli 0.2.2-next.199 → 0.2.2-next.201
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 +8 -2
- package/dist/kylon-bundle.mjs +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -103,8 +103,14 @@ The collection keeps credentials separately by server and workspace, and
|
|
|
103
103
|
|
|
104
104
|
Each installation credential expires after 90 days. Re-running `kylon auth
|
|
105
105
|
login` for the same installation and workspace rotates that credential, making
|
|
106
|
-
the previous value invalid. Use `kylon
|
|
107
|
-
workspace and expiration time.
|
|
106
|
+
the previous value invalid. Use `kylon status` to inspect the active user,
|
|
107
|
+
workspace name and ID, workspace role, credential source, and expiration time.
|
|
108
|
+
The active saved credential supplies the workspace automatically, so no
|
|
109
|
+
workspace ID is required. `kylon auth status` is an equivalent alias. Both
|
|
110
|
+
forms accept `--json` for machine-readable output. Status verifies and enriches
|
|
111
|
+
the locally stored identity against the API when available; if the API cannot
|
|
112
|
+
be reached, it retains the cached IDs and reports that remote details are
|
|
113
|
+
unavailable.
|
|
108
114
|
|
|
109
115
|
Browser authorization includes the API origin in the saved workspace profile,
|
|
110
116
|
so workspace commands do not require `--server-url` again. Canonical secrets
|