You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generate codify configs from existing installations
116
+
Generate codify configs from already installed packages. Use a list of space separated arguments to specify the resource types to import. Leave blank to import all resource in an existing *.codify.json file.
117
117
118
118
```
119
119
USAGE
@@ -130,13 +130,40 @@ GLOBAL FLAGS
130
130
--json Format output as json.
131
131
132
132
DESCRIPTION
133
-
Generate codify configs from existing installations
133
+
Generate codify configs from already installed packages. Use a list of space separated arguments to specify the
134
+
resource types to import. Leave blank to import all resource in an existing *.codify.json file.
135
+
136
+
Modes:
137
+
1. No args: if no args are specified and an *.codify.json already exists. Then codify will update the existing file
138
+
with any new changes to the resources specified in the file/files.
139
+
140
+
Command: codify import
141
+
142
+
2. With args: specify specific resources to import using arguments. Wild card matching is supported using '*' and ?
143
+
(Note: in zsh * expands to the current dir and needs to be escaped using \* or '*'). A prompt will be shown if more
0 commit comments