File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 22
33### Master
44
5+ - fix: the prompt information of the delete command
6+ - improve: command 'configure' can automatically configure the
7+ default profile when no profile name is specified
8+ - fix: cannot force calls to products whose metadata is not entered
9+ - fix: output message mistake
10+
511### 3.0.17
612
713- update meta data
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ func NewConfigureDeleteCommand() *cli.Command {
2424 cmd := & cli.Command {
2525 Name : "delete" ,
2626 Usage : "delete --profile <profileName>" ,
27- Short : i18n .T ("list all config profile" , "列出所有配置集 " ),
27+ Short : i18n .T ("Delete the specified profile" , "删除指定配置 " ),
2828 Run : func (c * cli.Context , args []string ) error {
2929 profileName , ok := ProfileFlag (c .Flags ()).GetValue ()
3030 if ! ok {
You can’t perform that action at this time.
0 commit comments