Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLI Error messages & progress feedback #44

Merged
merged 8 commits into from
Sep 11, 2024
Merged

CLI Error messages & progress feedback #44

merged 8 commits into from
Sep 11, 2024

Conversation

danielgerlag
Copy link
Contributor

Description

Improved error reporting and progress feedback for install/apply/delete commands.

Type of change

  • This pull request is a minor refactor, code cleanup, test improvement, or other maintenance task and doesn't change the functionality of Drasi (issue link optional).

import (
"fmt"
"github.com/charmbracelet/bubbles/spinner"
tea "github.com/charmbracelet/bubbletea"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧋

@@ -20,6 +20,8 @@ spec:
apiVersion: apps/v1
kind: StatefulSet
metadata:
labels:
app: rg-redis
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we use drasi-redis instead?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This label was missing, which was causing the installer to wait and eventually time out for redis.
We'll have to deal with this when we resolve conflicts with #42

ruokun-niu
ruokun-niu previously approved these changes Sep 5, 2024
@danielgerlag danielgerlag force-pushed the cli-error-msgs branch 2 times, most recently from b69ea22 to 0781576 Compare September 10, 2024 20:01
@danielgerlag danielgerlag merged commit dc3bf6c into main Sep 11, 2024
32 checks passed
@danielgerlag danielgerlag deleted the cli-error-msgs branch September 26, 2024 00:12
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.

3 participants