add pager to atmos describe stack command#1265
Conversation
…mand' of https://github.com/cloudposse/atmos into feature/dev-3131-add-pager-to-atmos-describe-config-command
…mand' of https://github.com/cloudposse/atmos into feature/dev-3131-add-pager-to-atmos-describe-config-command
…mand' of https://github.com/cloudposse/atmos into feature/dev-3131-add-pager-to-atmos-describe-config-command
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
…mand' of https://github.com/cloudposse/atmos into feature/dev-3131-add-pager-to-atmos-describe-config-command
…and' of https://github.com/cloudposse/atmos into feature/dev-3221-add-pager-to-atmos-describe-stack-command
|
💥 This pull request now has conflicts. Could you fix it @samtholiya? 🙏 |
📝 WalkthroughWalkthroughThis update refactors the Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant CLI
participant FlagParser
participant DescribeStacksExec
participant Output
User->>CLI: Run "describe stacks" command
CLI->>FlagParser: Parse CLI flags
FlagParser->>CLI: Return DescribeStacksArgs
CLI->>DescribeStacksExec: Execute(args, config)
DescribeStacksExec->>Output: Render results (with paging/format)
Output-->>User: Show results
Possibly related PRs
Suggested reviewers
Warning Review ran into problems🔥 ProblemsErrors were encountered while retrieving linked issues. Errors (1)
Error: Server ErrorThe server encountered a temporary error and could not complete your request.Please try again in 30 seconds. 📜 Recent review detailsConfiguration used: .coderabbit.yaml 📒 Files selected for processing (5)
🚧 Files skipped from review as they are similar to previous changes (2)
🧰 Additional context used🧬 Code Graph Analysis (1)internal/exec/describe_stacks_test.go (3)
🪛 golangci-lint (1.64.8)cmd/describe_stacks_test.go[warning] 108-108: (nestif) 🪛 GitHub Check: golangci-lintcmd/describe_stacks_test.go[warning] 108-108: ⏰ Context from checks skipped due to timeout of 90000ms (2)
🔇 Additional comments (6)
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
c67e305 to
50daec2
Compare
what
atmos describe stackcommand.why
references
Summary by CodeRabbit
Refactor
Tests