简体   繁体   中英

MKS/PTC Integrity CLI commands for electronic signatures

I am trying to edit an issue in PTC integrity using the CLI command:

im editissue --hostname= --password=<password> --field= ......

On execution of the command, it asks for Electronic signature credentials which are needed to complete the command execution. It returns the below statement

Please sign this document to note your approval. Signing User: Signing Password: Signature Comment:

Can I pass the electronic signature credentials along with the first command ? OR can I pass additional arguments at runtime

Appreciate your help. Thanks in advance.

需要在运行时为每个命令添加额外的参数:

im editissue --hostname=XXXX --port=XXXX **--user=XXXX --password="XXXX"** --field="fieldName=fieldValue" -- ItemID

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM