Azure / Azure/azure-sdk-for-python
Create `recording` command for `azpysdk` CLI
Open
EngSys
- Dominant language
- Python
- Stars
- 5.6k
- Forks
- 3.4k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 193
Description
We should support test recording management controls in the `azpysdk` CLI instead of continuing to rely on the current `scripts/manage_recordings.py` script. For example:
```python
# Push local test recordings to the assets repo
azpysdk recording push
```
This verb should leverage the existing asset sync tooling and just make it easier to access. Related to https://github.com/Azure/azure-sdk-for-python/issues/44277.
Contributor guide
Assessment
This issue has not been assessed yet.