Autorest Cli Common Modules
Перейти к файлу
qiaozha cdf70688c2 namer and some change 2020-02-09 15:35:36 +08:00
.scripts first initial version 2019-12-12 10:23:41 +08:00
azure-pipelines Update ci.yml 2019-12-27 13:40:26 +08:00
common first initial version 2019-12-12 10:23:41 +08:00
src namer and some change 2020-02-09 15:35:36 +08:00
.gitignore package-lock and extension name 2019-12-12 10:55:39 +08:00
CODE_OF_CONDUCT.md Initial CODE_OF_CONDUCT.md commit 2019-12-11 18:04:34 -08:00
LICENSE Initial LICENSE commit 2019-12-11 18:04:33 -08:00
README.md namer and some change 2020-02-09 15:35:36 +08:00
SECURITY.md Initial SECURITY.md commit 2019-12-11 18:04:35 -08:00
package.json namer and some change 2020-02-09 15:35:36 +08:00
rush.json clicommon renames 2020-01-21 15:35:37 +08:00
tsconfig.json bugfix for tsc 2020-01-22 16:07:50 +08:00

README.md

configuration

See documentation here

use-extension:
  "@autorest/modelerfour": "~4.1.60"

try-require: ./readme.cli.md

pipeline-model: v3

modelerfour:
    group-parameters: true
    flatten-models: true
    flatten-payloads: true
#clicommon: true
pipeline:
    clicommon:
        input: modelerfour
        output-artifact: source-file-clicommon
        #scope: clicommon

    #clicommon/clinamer:
    #    input: clicommon
        #output-artifact: source-file-commonnamer

    #clicommon/climodifiers:
    #    input: clinamer
    #    output-artifact: source-file-commonmodifiers

    clicommon/emitter:
        input: 
            - clicommon
            #- clinamer
            #- climodifiers
        scope: scope-clicommon

scope-clicommon:
    is-object: false
    output-artifact:
        - source-file-clicommon
        #- source-file-commonnamer
        #- source-file-commonmodifiers