Azure / azure-devops-cli-extension

Azure DevOps Extension for Azure CLI
https://docs.microsoft.com/en-us/cli/azure/ext/azure-devops/?view=azure-cli-latest
MIT License
617 stars 239 forks source link

[Feature Request] Attaching a file to a workitem #1359

Open AlexKeySmith opened 1 year ago

AlexKeySmith commented 1 year ago

The official documentation does not indicate how to upload attachments other than using the REST API directly.

Assuming az cli does not support it, it would be great to add support.

I can see create_attachment being referenced in the source code, but I gather it's in the SDK, but not exposed in the cli? I'm not a python guy, but I couldn't spot it.