99
1010Commands:
1111 config View/update configuration
12+ apps
1213 plugins
1314 presets
1415 projects
@@ -19,58 +20,67 @@ exports[`Root command plugins 1`] = `
1920Usage: index plugins [options] [command]
2021
2122Options:
22- -h, --help display help for command
23+ -h, --help display help for command
2324
2425Commands:
25- create [options] <path > Create a new package locally
26- filter [options] <field > <value > Filter the by field and matching value
27- get [options] <input > Get package metadata from registry
28- install [options] <input > Install a package locally by slug/version
29- list [options] List packages
30- reset [options] Reset the synced package cache
31- scan [options] Scan local packages into cache
32- search [options] <query > Search using a lazy matching query
33- sync [options] Sync remote packages into cache
34- uninstall [options] <input > Uninstall a package locally by slug/version
35- help [command] display help for command
26+ create [options] <path > Create a new package locally
27+ filter [options] <field > <value > Filter the by field and matching value
28+ get [options] <input > Get package metadata from registry
29+ install [options] <input > Install a package locally by
30+ slug/version
31+ list [options] List packages
32+ open [options] <input > [options...] Open a package by slug/version
33+ reset [options] Reset the synced package cache
34+ scan [options] Scan local packages into cache
35+ search [options] <query > Search using a lazy matching query
36+ sync [options] Sync remote packages into cache
37+ uninstall [options] <input > Uninstall a package locally by
38+ slug/version
39+ help [command] display help for command
3640`;
3741
3842exports[`Root command presets 1`] = `
3943Usage: index presets [options] [command]
4044
4145Options:
42- -h, --help display help for command
46+ -h, --help display help for command
4347
4448Commands:
45- create [options] <path > Create a new package locally
46- filter [options] <field > <value > Filter the by field and matching value
47- get [options] <input > Get package metadata from registry
48- install [options] <input > Install a package locally by slug/version
49- list [options] List packages
50- reset [options] Reset the synced package cache
51- scan [options] Scan local packages into cache
52- search [options] <query > Search using a lazy matching query
53- sync [options] Sync remote packages into cache
54- uninstall [options] <input > Uninstall a package locally by slug/version
55- help [command] display help for command
49+ create [options] <path > Create a new package locally
50+ filter [options] <field > <value > Filter the by field and matching value
51+ get [options] <input > Get package metadata from registry
52+ install [options] <input > Install a package locally by
53+ slug/version
54+ list [options] List packages
55+ open [options] <input > [options...] Open a package by slug/version
56+ reset [options] Reset the synced package cache
57+ scan [options] Scan local packages into cache
58+ search [options] <query > Search using a lazy matching query
59+ sync [options] Sync remote packages into cache
60+ uninstall [options] <input > Uninstall a package locally by
61+ slug/version
62+ help [command] display help for command
5663`;
5764
5865exports[`Root command projects 1`] = `
5966Usage: index projects [options] [command]
6067
6168Options:
62- -h, --help display help for command
69+ -h, --help display help for command
6370
6471Commands:
65- create [options] <path > Create a new package locally
66- filter [options] <field > <value > Filter the by field and matching value
67- get [options] <input > Get package metadata from registry
68- install [options] <input > Install a package locally by slug/version
69- list [options] List packages
70- reset [options] Reset the synced package cache
71- scan [options] Scan local packages into cache
72- search [options] <query > Search using a lazy matching query
73- sync [options] Sync remote packages into cache
74- uninstall [options] <input > Uninstall a package locally by slug/version
75- help [command] display help for command
72+ create [options] <path > Create a new package locally
73+ filter [options] <field > <value > Filter the by field and matching value
74+ get [options] <input > Get package metadata from registry
75+ install [options] <input > Install a package locally by
76+ slug/version
77+ list [options] List packages
78+ open [options] <input > [options...] Open a package by slug/version
79+ reset [options] Reset the synced package cache
80+ scan [options] Scan local packages into cache
81+ search [options] <query > Search using a lazy matching query
82+ sync [options] Sync remote packages into cache
83+ uninstall [options] <input > Uninstall a package locally by
84+ slug/version
85+ help [command] display help for command
7686`;
0 commit comments