Skip to content

fix: align WORKSPACE column in astro login output#2098

Open
Summara-AI wants to merge 1 commit into
astronomer:mainfrom
Summara-AI:fix/issue-2088-login-formatting
Open

fix: align WORKSPACE column in astro login output#2098
Summara-AI wants to merge 1 commit into
astronomer:mainfrom
Summara-AI:fix/issue-2088-login-formatting

Conversation

@Summara-AI
Copy link
Copy Markdown

What does this PR do?

Fixes column misalignment in astro login output.

The CLUSTER column padding was set to 36 chars but real cluster URLs can be 48+ chars, causing the WORKSPACE value to appear concatenated with the CLUSTER string.

Increased padding to 60 chars to accommodate long domain names.

How to test

  1. Run astro login astro.cp-dr.test.us-east-2.astro-foo.example.com
  2. Confirm N/A appears aligned under WORKSPACE header with proper spacing

Screenshots

Before:
github before screenshot

After:
after pic github

Closes #2088

- Change Padding from 36 to 60 chars to prevent N/A overlap
- Long cluster URLs were overflowing the 36 char column width
- Closes astronomer#2088
@Summara-AI Summara-AI requested a review from a team as a code owner April 22, 2026 18:26
@Summara-AI
Copy link
Copy Markdown
Author

Kindly just check the request, and if you find it useful, you can merge it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

astro login has invalid info, bad formatting

1 participant