Azure / Azure/azure-cli-dev-tools
azdev extension/cli create -- additional functionality
- 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.