@@ -18,7 +18,7 @@ $ npm install -g codify
1818$ codify COMMAND
1919running command...
2020$ codify (--version)
21- codify/0.7.0 darwin-arm64 node-v20.15.1
21+ codify/0.7.1 darwin-arm64 node-v20.15.1
2222$ codify --help [COMMAND]
2323USAGE
2424 $ codify COMMAND
@@ -74,7 +74,7 @@ EXAMPLES
7474 $ codify apply -S <sudo password>
7575```
7676
77- _ See code: [ src/commands/apply.ts] ( https://github.com/kevinwang5658/codify/blob/v0.7.0 /src/commands/apply.ts ) _
77+ _ See code: [ src/commands/apply.ts] ( https://github.com/kevinwang5658/codify/blob/v0.7.1 /src/commands/apply.ts ) _
7878
7979## ` codify destroy `
8080
@@ -113,7 +113,7 @@ EXAMPLES
113113 $ codify destroy
114114```
115115
116- _ See code: [ src/commands/destroy.ts] ( https://github.com/kevinwang5658/codify/blob/v0.7.0 /src/commands/destroy.ts ) _
116+ _ See code: [ src/commands/destroy.ts] ( https://github.com/kevinwang5658/codify/blob/v0.7.1 /src/commands/destroy.ts ) _
117117
118118## ` codify help [COMMAND] `
119119
@@ -189,7 +189,7 @@ EXAMPLES
189189 $ codify import \*
190190```
191191
192- _ See code: [ src/commands/import.ts] ( https://github.com/kevinwang5658/codify/blob/v0.7.0 /src/commands/import.ts ) _
192+ _ See code: [ src/commands/import.ts] ( https://github.com/kevinwang5658/codify/blob/v0.7.1 /src/commands/import.ts ) _
193193
194194## ` codify init `
195195
@@ -217,7 +217,7 @@ EXAMPLES
217217 $ codify init
218218```
219219
220- _ See code: [ src/commands/init.ts] ( https://github.com/kevinwang5658/codify/blob/v0.7.0 /src/commands/init.ts ) _
220+ _ See code: [ src/commands/init.ts] ( https://github.com/kevinwang5658/codify/blob/v0.7.1 /src/commands/init.ts ) _
221221
222222## ` codify plan `
223223
@@ -254,7 +254,7 @@ EXAMPLES
254254 $ codify plan -p ../
255255```
256256
257- _ See code: [ src/commands/plan.ts] ( https://github.com/kevinwang5658/codify/blob/v0.7.0 /src/commands/plan.ts ) _
257+ _ See code: [ src/commands/plan.ts] ( https://github.com/kevinwang5658/codify/blob/v0.7.1 /src/commands/plan.ts ) _
258258
259259## ` codify update [CHANNEL] `
260260
0 commit comments