@@ -18,7 +18,7 @@ $ npm install -g codify
1818$ codify COMMAND
1919running command...
2020$ codify (--version)
21- codify/0.5.0 darwin-arm64 node-v20.15.1
21+ codify/0.5.1 darwin-arm64 node-v20.15.1
2222$ codify --help [COMMAND]
2323USAGE
2424 $ codify COMMAND
@@ -62,7 +62,7 @@ EXAMPLES
6262 $ codify apply --path ~
6363```
6464
65- _ See code: [ src/commands/apply/index.ts] ( https://github.com/kevinwang5658/codify/blob/v0.5.0 /src/commands/apply/index.ts ) _
65+ _ See code: [ src/commands/apply/index.ts] ( https://github.com/kevinwang5658/codify/blob/v0.5.1 /src/commands/apply/index.ts ) _
6666
6767## ` codify destroy `
6868
@@ -89,7 +89,7 @@ EXAMPLES
8989 $ codify destroy homebrew nvm
9090```
9191
92- _ See code: [ src/commands/destroy.ts] ( https://github.com/kevinwang5658/codify/blob/v0.5.0 /src/commands/destroy.ts ) _
92+ _ See code: [ src/commands/destroy.ts] ( https://github.com/kevinwang5658/codify/blob/v0.5.1 /src/commands/destroy.ts ) _
9393
9494## ` codify help [COMMAND] `
9595
@@ -136,7 +136,7 @@ EXAMPLES
136136 $ codify import homebrew nvm
137137```
138138
139- _ See code: [ src/commands/import.ts] ( https://github.com/kevinwang5658/codify/blob/v0.5.0 /src/commands/import.ts ) _
139+ _ See code: [ src/commands/import.ts] ( https://github.com/kevinwang5658/codify/blob/v0.5.1 /src/commands/import.ts ) _
140140
141141## ` codify plan `
142142
@@ -164,7 +164,7 @@ EXAMPLES
164164 $ codify plan
165165```
166166
167- _ See code: [ src/commands/plan/index.ts] ( https://github.com/kevinwang5658/codify/blob/v0.5.0 /src/commands/plan/index.ts ) _
167+ _ See code: [ src/commands/plan/index.ts] ( https://github.com/kevinwang5658/codify/blob/v0.5.1 /src/commands/plan/index.ts ) _
168168
169169## ` codify update [CHANNEL] `
170170
0 commit comments