File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
cmd/beta/cdn/distribution/create Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -74,10 +74,10 @@ type inputModel struct {
7474
7575func NewCmd (params * params.CmdParams ) * cobra.Command {
7676 cmd := & cobra.Command {
77- Use : "create" ,
78- Short : "Create a CDN distribution" ,
79- Long : "Create a CDN distribution for a given originUrl in multiple regions." ,
80- Args : args .NoArgs ,
77+ Use : "create" ,
78+ Short : "Create a CDN distribution" ,
79+ Long : "Create a CDN distribution for a given originUrl in multiple regions." ,
80+ Args : args .NoArgs ,
8181 Example : examples .Build (
8282 examples .NewExample (
8383 `Create a CDN distribution with an HTTP backend` ,
Original file line number Diff line number Diff line change @@ -50,7 +50,6 @@ const (
5050 GitCustomEndpointKey = "git_custom_endpoint"
5151 CDNCustomEndpointKey = "cdn_custom_endpoint"
5252 IntakeCustomEndpointKey = "intake_custom_endpoint"
53- CDNCustomEndpointKey = "cdn_custom_endpoint"
5453
5554 ProjectNameKey = "project_name"
5655 DefaultProfileName = "default"
You can’t perform that action at this time.
0 commit comments