agent-conf 1.0.1 → 2.0.0
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 +7 -2
- package/dist/index.js +227 -439
- package/dist/index.js.map +1 -1
- package/package.json +9 -3
package/README.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
---
|
|
2
|
+
layout: default
|
|
3
|
+
title: agent-conf cli
|
|
4
|
+
nav_order: 8
|
|
5
|
+
---
|
|
6
|
+
|
|
1
7
|
# agent-conf
|
|
2
8
|
|
|
3
9
|
[](https://www.npmjs.com/package/agent-conf)
|
|
@@ -16,10 +22,9 @@ Full documentation, setup guides, and FAQ available on GitHub:
|
|
|
16
22
|
| Command | Description |
|
|
17
23
|
|---------|-------------|
|
|
18
24
|
| `init` | Initialize repo from a canonical source |
|
|
19
|
-
| `sync` |
|
|
25
|
+
| `sync` | Sync content from canonical repo (fetches latest by default) |
|
|
20
26
|
| `status` | Show current sync status |
|
|
21
27
|
| `check` | Verify managed files are unchanged |
|
|
22
|
-
| `update` | Check for and apply updates |
|
|
23
28
|
| `init-canonical-repo` | Scaffold a new canonical repository |
|
|
24
29
|
|
|
25
30
|
|