Azure CLI Code Generator
Перейти к файлу
Zim Kalinowski b8ee826b38 added current helpers 2020-01-10 15:56:50 +08:00
.scripts remove extra file 2019-12-09 16:24:46 +08:00
azure-pipelines add linter 2019-12-31 17:25:48 +08:00
common build failure 2020-01-07 13:29:33 +08:00
doc Update 01-authoring-azure-cli-commands-v1.md 2019-12-13 10:06:11 +08:00
src added current helpers 2020-01-10 15:56:50 +08:00
.gitignore first version of az examples 2019-12-06 14:41:59 +08:00
CODE_OF_CONDUCT.md Initial CODE_OF_CONDUCT.md commit 2019-12-05 01:04:04 -08:00
LICENSE Initial LICENSE commit 2019-12-05 01:04:05 -08:00
README.md changeCamelCaseToDash 2020-01-10 14:44:12 +08:00
SECURITY.md Initial SECURITY.md commit 2019-12-05 01:04:07 -08:00
package.json build failure 2020-01-07 13:29:33 +08:00
rush.json first version of az examples 2019-12-06 14:41:59 +08:00
tsconfig.json tsconfig 2019-12-09 16:05:53 +08:00

README.md

configuration

See documentation here

use-extension:
  "@autorest/cli.common": "latest"
  "@qiaozha/fakesdk": "latest"
  "az": "$(this-folder)"


pipeline-model: v3
clicommon: true
fakesdk123: true
pipeline:
    az:
        input: fakesdk
        output-artifact: source-file-fakesdk-inaz
    az/aznamer:
        #plugin: fakenamer
        input: cli.common
        output-artifact: source-file-aznamer
    az/modifiers:
        input: az/aznamer
        output-artifact: source-file-modifiers
    az/emitter:
        input:
            - az
            - az/aznamer
            - az/modifiers
        scope: scope-here

scope-here:
    is-object: false
    output-artifact:
        - source-file-fakesdk-inaz
        - source-file-aznamer
        - source-file-modifiers