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
+14-14Lines changed: 14 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -31,20 +31,20 @@ Available Commands:
31
31
version Print the version number of cf-terraforming
32
32
33
33
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
48
48
49
49
Use "cf-terraforming [command] --help" for more information about a command.
0 commit comments