You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+57
Original file line number
Diff line number
Diff line change
@@ -27,3 +27,60 @@ See the `docs/` directory for user-facing documentation.
27
27
Don't reimplement things that already work well. This project leans on the following libraries:
28
28
29
29
*[chanced/caps](https://github.com/chanced/caps) — Handles the case manipulation.
30
+
31
+
## More Information
32
+
33
+
After the provider is installed, you can run `terraform-provider-corefunc` on the CLI.
34
+
35
+
* Install with either `terraform init` or `make build`.
36
+
* The Go binary path (discovered by running `./find-go-bin.sh`) is on your `$PATH`.
37
+
38
+
This will display the following text:
39
+
40
+
```bash
41
+
terraform-provider-corefunc
42
+
```
43
+
44
+
```plain
45
+
This binary is a plugin. These are not meant to be executed directly.
46
+
Please execute the program that consumes these plugins, which will
47
+
load any plugins automatically
48
+
```
49
+
50
+
However, by passing the `--help` flag, you can see the other options available, including a description of the software.
51
+
52
+
```bash
53
+
terraform-provider-corefunc --help
54
+
```
55
+
56
+
The provider has one primary sub-command: `version`. It includes long-form version information, including the build commit hash, build date, Go version, and external dependencies.
0 commit comments