github aliyun/aliyun-cli v3.0.20

latest releases: v3.0.205, v3.0.204, v3.0.203...
4 years ago
  • add product: fnf, default version 2019-03-15

  • 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>

    aliyun ecs CreateInstance --UserData-FILE '/home/Document/user_data'

    NOTE: The above example is not a complete command, just a demonstration of how new features are used.

Don't miss a new aliyun-cli release

NewReleases is sending notifications on new releases.