从命令行更改change-set的属性

时间:2022-05-22 21:49:34

I tried using aegis -change_attributes to change the brief_description of my current change set but it didn't work.

我尝试使用aegis -change_attributes来更改当前更改集的brief_description,但它不起作用。

aegis -change_attributes description="test"

What should I do to make this work?

我应该怎么做才能使这项工作?

EDIT: The command I was looking for was

编辑:我正在寻找的命令是

aegis -change_attributes brief_description="$DESC";

1 个解决方案

#1


Since no answer was given (for quite some time) I'm adding the solution I gave in the comments, as the anser:

由于没有给出答案(相当长一段时间),我正在添加我在评论中给出的解决方案,作为anser:

The above command is correct if you want to set the extensive description. If one wants to just set the brief description "aegis -change_attributes brief_description="$DESC"" has to be used

如果要设置扩展描述,则上述命令是正确的。如果想要设置简要描述“aegis -change_attributes brief_description =”$ DESC“”必须使用

#1


Since no answer was given (for quite some time) I'm adding the solution I gave in the comments, as the anser:

由于没有给出答案(相当长一段时间),我正在添加我在评论中给出的解决方案,作为anser:

The above command is correct if you want to set the extensive description. If one wants to just set the brief description "aegis -change_attributes brief_description="$DESC"" has to be used

如果要设置扩展描述,则上述命令是正确的。如果想要设置简要描述“aegis -change_attributes brief_description =”$ DESC“”必须使用