@@ -74,8 +74,8 @@ environment variables < command flags < URL credentials.
74
74
" from etcd URI.\n \n " + uriHelp ,
75
75
Example : "tt cluster show application_name\n " +
76
76
" tt cluster show application_name:instance_name\n " +
77
- " tt cluster show https://user@ pass@localhost:2379/tt\n " +
78
- " tt cluster show https://user@ pass@localhost:2379/tt?name=instance" ,
77
+ " tt cluster show https://user: pass@localhost:2379/tt\n " +
78
+ " tt cluster show https://user: pass@localhost:2379/tt?name=instance" ,
79
79
Run : func (cmd * cobra.Command , args []string ) {
80
80
cmdCtx .CommandName = cmd .Name ()
81
81
err := modules .RunCmd (& cmdCtx , cmd .CommandPath (), & modulesInfo ,
@@ -116,9 +116,9 @@ environment variables < command flags < URL credentials.
116
116
Example : "tt cluster publish application_name cluster.yaml\n " +
117
117
" tt cluster publish application_name:instance_name instance.yaml\n " +
118
118
" tt cluster publish " +
119
- "https://user@ pass@localhost:2379/tt cluster.yaml\n " +
119
+ "https://user: pass@localhost:2379/tt cluster.yaml\n " +
120
120
" tt cluster publish " +
121
- "https://user@ pass@localhost:2379/tt?name=instance " +
121
+ "https://user: pass@localhost:2379/tt?name=instance " +
122
122
"instance.yaml" ,
123
123
Run : func (cmd * cobra.Command , args []string ) {
124
124
cmdCtx .CommandName = cmd .Name ()
0 commit comments