Skip to content

Commit

Permalink
update importer usage to build using go get
Browse files Browse the repository at this point in the history
  • Loading branch information
jgramoll committed Aug 6, 2019
1 parent 1cc8c5f commit b6b812f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ $jenkins_url/user/$username/configure

### Importer ###

go run ./importer --job "Name of your Job" --output my_tf_dir
```sh
go get github.com/jgramoll/terraform-provider-jenkins/importer
importer --job "Name of your Job" --output my_tf_dir
```

1. Ensures each resource has a valid id
1. Outputs terraform code to match the job
Expand Down

0 comments on commit b6b812f

Please sign in to comment.