paraglider-project / paraglider

Streamlining cloud networking
https://paragliderproject.io
Apache License 2.0
61 stars 4 forks source link

Return error if tag doesn't exist #488

Open J-467 opened 1 month ago

J-467 commented 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

J-467 commented 1 month ago

@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?