Skip to content

Commit

Permalink
Merge pull request #11 from kishaningithub/documentation-update
Browse files Browse the repository at this point in the history
Update documentation
  • Loading branch information
kishaningithub authored Feb 23, 2024
2 parents 9c639f8 + e8f7f09 commit fa51315
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
installed.
- To format the code, run command `make fmt`.
- To build the project, run command `make build`.
- To run the test suite, run command `make test`.
- To run only the tests, run command `make test`.

## Upgrading dependencies
- For code, run command `make update-deps`
- For actions, go inside the yamls present in the [workflows](.github/workflows/) and bump the versions.
- For actions, go inside the yamls present in the [workflows](.github/workflows/) and bump the versions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,10 @@ brew install kishaningithub/tap/tf-import-gen

### Using docker

Pulling the image
```bash
docker pull ghcr.io/kishaningithub/tf-import-gen:0.1.0
```
alias tf-import-gen="docker run -i ghcr.io/kishaningithub/tf-import-gen:latest"

Running the image in interactive mode
```bash
docker run -it ghcr.io/kishaningithub/tf-import-gen:0.1.0
terraform show -json | tf-import-gen
```

### Others
Expand Down

0 comments on commit fa51315

Please sign in to comment.