Skip to content

v3.0.20

Choose a tag to compare

@night556 night556 released this 03 Jul 08:53
· 703 commits to master since this release
91c636f
  • 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.