[FEATURE REQ] Provide a script/command to refresh a cadl package by using cadl-location.yaml #33461
Open
Description
Provide a script/command to refresh a cadl package by using cadl-location.yaml. The following is the steps in your script/command:
Steps:
- Call
./eng/common/scripts/Cadl-Project-Sync.ps1
to sync the cadl project configured incadl-location.yaml
- Call
./eng/common/scripts/Cadl-Project-Generate.ps1
to regenerate SDK. (Recommended by not required, you can still runnpm install
andcadl compile
in your script.)
For more details, please refer to document