Skip to content

Commit 385f78b

Browse files
committed
patch
1 parent 98f6b7c commit 385f78b

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ $ npm install -g tf-patch
2424
$ tf-patch COMMAND
2525
running 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]
2929
USAGE
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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",

0 commit comments

Comments
 (0)