ur-agent 1.13.6 → 1.13.8
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 +31 -0
- package/dist/cli.js +2815 -1069
- package/docs/USAGE.md +3 -0
- package/docs/VALIDATION.md +1 -1
- package/documentation/app.js +1 -1
- package/documentation/index.html +1 -1
- package/package.json +1 -1
package/docs/USAGE.md
CHANGED
|
@@ -87,6 +87,9 @@ UR includes slash commands and CLI subcommands for common workflows:
|
|
|
87
87
|
- `ur doctor` to inspect CLI health
|
|
88
88
|
- `ur update` or `ur upgrade` to check for updates
|
|
89
89
|
|
|
90
|
+
Interactive sessions also check the published package version and show
|
|
91
|
+
`Update available: <current> -> <latest>` when a newer release is available.
|
|
92
|
+
|
|
90
93
|
Run each command with `--help` for exact flags.
|
|
91
94
|
|
|
92
95
|
## Permissions
|
package/docs/VALIDATION.md
CHANGED
package/documentation/app.js
CHANGED
|
@@ -271,7 +271,7 @@ const commands = [
|
|
|
271
271
|
name: 'update',
|
|
272
272
|
category: 'Ops',
|
|
273
273
|
aliases: ['upgrade'],
|
|
274
|
-
summary: 'Check for updates and install if available.',
|
|
274
|
+
summary: 'Check for updates and install if available. Interactive sessions also show an update-available notice when a newer package is published.',
|
|
275
275
|
examples: ['ur update', 'ur upgrade'],
|
|
276
276
|
},
|
|
277
277
|
{
|
package/documentation/index.html
CHANGED
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
<main id="content" class="content">
|
|
44
44
|
<header class="topbar">
|
|
45
45
|
<div>
|
|
46
|
-
<p class="eyebrow">Version 1.13.
|
|
46
|
+
<p class="eyebrow">Version 1.13.8</p>
|
|
47
47
|
<h1>UR Agent Documentation</h1>
|
|
48
48
|
<p class="lead">A practical, tutorial-style reference for installing, configuring, automating, extending, and operating UR Agent.</p>
|
|
49
49
|
</div>
|