You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
new: support for reading the value of a parameter from a file
Note: Only works on api parameters and rpc style
The value of some parameters is very long, which is not conducive to terminal input.
You can add -FILE to the original parameter to specify to read from the file,
followed by the file path.
example:
command aliyun ecs CreateInstance has a parameter --UserData, You can specify the value of this parameter from a file by using --UserData-FILE <filePath>