Azure / Azure/azure-cli-dev-tools

azdev extension/cli create -- additional functionality

Open
#108 2 comments 0 reactions 0 assignees View on GitHub
code gen enhancement
Dominant language
Python
Stars
91
Forks
134
Avg merge
2h 51m
Merged PRs (30d)
1

Description

So this is a proposal to add new parameters to the command:

**--autorest-input-file (json or md file within locally cloned azure-rest-api-specs)**

If the parameter is added, **azdev** would run following docker command:

docker run -ti -v **azure-rest-api-specs-folder**:/azure-rest-api-specs -v **output-folder**:/generated zikalino/autorest.devops /azure-rest-api-specs/**path-to-md-file**.md **azdev**

The command will produce following files in **output-folder**:
- _client_factory.py
- _help.py
- _params.py
- commands.py
- custom.py
- report.md

These files can be used to replace scaffolded files with complete prototype implementation of command module.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.