File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ $ npm install -g tf-patch
2424$ tf-patch COMMAND
2525running command...
2626$ tf-patch (--version)
27- tf-patch/0.1.1 darwin-arm64 node-v20.15.0
27+ tf-patch/0.1.2 darwin-arm64 node-v20.15.0
2828$ tf-patch --help [COMMAND]
2929USAGE
3030 $ tf-patch COMMAND
@@ -90,7 +90,7 @@ EXAMPLES
9090 $ tf-patch commit /var/folders/tmp-10011-DygKbYjnYckl/module
9191```
9292
93- _ See code: [ src/commands/commit/index.ts] ( https://github.com/rohit-gohri/tf-patch/blob/v0.1.1 /src/commands/commit/index.ts ) _
93+ _ See code: [ src/commands/commit/index.ts] ( https://github.com/rohit-gohri/tf-patch/blob/v0.1.2 /src/commands/commit/index.ts ) _
9494
9595## ` tf-patch help [COMMAND] `
9696
@@ -127,7 +127,7 @@ EXAMPLES
127127 $ tf-patch init
128128```
129129
130- _ See code: [ src/commands/init/index.ts] ( https://github.com/rohit-gohri/tf-patch/blob/v0.1.1 /src/commands/init/index.ts ) _
130+ _ See code: [ src/commands/init/index.ts] ( https://github.com/rohit-gohri/tf-patch/blob/v0.1.2 /src/commands/init/index.ts ) _
131131
132132## ` tf-patch patch MODULE `
133133
@@ -148,7 +148,7 @@ EXAMPLES
148148 $ tf-patch patch gke-cluster
149149```
150150
151- _ See code: [ src/commands/patch/index.ts] ( https://github.com/rohit-gohri/tf-patch/blob/v0.1.1 /src/commands/patch/index.ts ) _
151+ _ See code: [ src/commands/patch/index.ts] ( https://github.com/rohit-gohri/tf-patch/blob/v0.1.2 /src/commands/patch/index.ts ) _
152152
153153## ` tf-patch version `
154154
Original file line number Diff line number Diff line change 11{
22 "name" : " tf-patch" ,
33 "description" : " Patch terraform modules to fix tiny things" ,
4- "version" : " 0.1.1 " ,
4+ "version" : " 0.1.2 " ,
55 "bin" : " ./bin/run.js" ,
66 "main" : " dist/index.js" ,
77 "type" : " module" ,
You can’t perform that action at this time.
0 commit comments