Skip to content

Commit 6de2206

Browse files
authored
Update README.md
1 parent 20e0f22 commit 6de2206

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -31,20 +31,20 @@ Available Commands:
3131
version Print the version number of cf-terraforming
3232
3333
Flags:
34-
-a, --account string Use specific account ID for commands
35-
-c, --config string Path to config file (default "/Users/jacob/.cf-terraforming.yaml")
36-
-e, --email string API Email address associated with your account
37-
-h, --help help for cf-terraforming
38-
--hostname string Hostname to use to query the API
39-
-k, --key string API Key generated on the 'My Profile' page. See: https://dash.cloudflare.com/profile
40-
--modern-import-block terraform import Whether to generate HCL import blocks for generated resources instead of terraform import compatible CLI commands. This is only compatible with Terraform 1.5+
41-
--provider-registry-hostname string Hostname to use for provider registry lookups (default "registry.terraform.io")
42-
--resource-type string Which resource you wish to generate
43-
--terraform-binary-path string Path to an existing Terraform binary (otherwise, one will be downloaded)
44-
--terraform-install-path string Path to an initialized Terraform working directory (default ".")
45-
-t, --token string API Token
46-
-v, --verbose Specify verbose output (same as setting log level to debug)
47-
-z, --zone string Limit the export to a single zone ID
34+
-a, --account string Use specific account ID for commands
35+
-c, --config string Path to config file (default "/Users/jacob/.cf-terraforming.yaml")
36+
-e, --email string API Email address associated with your account
37+
-h, --help help for cf-terraforming
38+
--hostname string Hostname to use to query the API
39+
-k, --key string API Key generated on the 'My Profile' page. See: https://dash.cloudflare.com/profile
40+
--modern-import-block Whether to generate HCL import blocks for generated resources instead of terraform import compatible CLI commands. This is only compatible with Terraform 1.5+
41+
--provider-registry-hostname string Hostname to use for provider registry lookups (default "registry.terraform.io")
42+
--resource-type string Which resource you wish to generate
43+
--terraform-binary-path string Path to an existing Terraform binary (otherwise, one will be downloaded)
44+
--terraform-install-path string Path to an initialized Terraform working directory (default ".")
45+
-t, --token string API Token
46+
-v, --verbose Specify verbose output (same as setting log level to debug)
47+
-z, --zone string Limit the export to a single zone ID
4848
4949
Use "cf-terraforming [command] --help" for more information about a command.
5050
```

0 commit comments

Comments
 (0)