[Astro IDE]: Display workspace and project names instead of IDs in Astro IDE command output by pritt20 · Pull Request #2014 · astronomer/astro-cli
Description
This PR improves the user experience of IDE commands by showing meaningful names instead of IDs in success messages.
🎟 Issue(s)
Related #XXX
🧪 Functional Testing
Tested these changes locally:
astro ide project export
Do you want to create a new project? (y/n)
> y
Enter project name:
> test-cli-new
Successfully created project 'test-cli-new' in workspace 'pritt-test'
Successfully exported project to test-cli-new
📸 Screenshots
Add screenshots to illustrate the validity of these changes.
📋 Checklist
- Rebased from the main (or release if patching) branch (before testing)
- Ran
make testbefore taking out of draft - Ran
make lintbefore taking out of draft - Added/updated applicable tests
- Tested against Astro-API (if necessary).
- Tested against Houston-API and Astronomer (if necessary).
- Communicated to/tagged owners of respective clients potentially impacted by these changes.
- Updated any related documentation