Open J-467 opened 1 month ago
For glide tag list on CLI, return an error if the tag doesn't exist. Currently we return the name of the tag
@smcclure20 currently if a tag doesn't exist, GetTag returns a tag with a tag with only the name, and no URI. Is this design intentional? Should GetTag return an error instead?
For glide tag list on CLI, return an error if the tag doesn't exist. Currently we return the name of the tag