-
Notifications
You must be signed in to change notification settings - Fork 97
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
Add graph
alias for rad app connections
#6489
Conversation
Signed-off-by: Aaron Crawfis <[email protected]>
Signed-off-by: Aaron Crawfis <[email protected]>
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
Signed-off-by: Aaron Crawfis <[email protected]>
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
Test Results3 018 tests ±0 3 009 ✔️ ±0 3m 0s ⏱️ -3s Results for commit 8b1162d. ± Comparison against base commit 32391b0. This pull request removes 2 and adds 2 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
# Description This PR adds an alias for `rad app graph` that points to `rad app connections`. It is a temporary update until we permanently update the command. ## Type of change - This pull request fixes a bug in Radius and has an approved issue (issue link required). Partially addresses: #6473 ## Auto-generated summary <!-- GitHub Copilot for docs will auto-generate a summary of the PR --> <!-- copilot:all --> ### <samp>🤖 Generated by Copilot at b5b8f0c</samp> ### Summary :sparkles::recycle::memo: <!-- 1. :sparkles: This emoji represents the addition of a new feature or enhancement, and can be used to highlight the main purpose of the pull request, which is to implement a graphical view of the connections. 2. :recycle: This emoji represents the refactoring or improvement of existing code, and can be used to indicate the modification of the `NewCommand` function to add an alias for the existing command. 3. :memo: This emoji represents the addition or update of documentation, and can be used to indicate the changes to the command help text and the README file that explain the new alias and feature. --> Add "graph" alias for "connections" command in `pkg/cli/cmd/app/connections/connections.go`. This enables users to view a graphical representation of the connections for an application. > _`NewCommand` adds_ > _alias for connections_ > _graph in the spring_ ### Walkthrough * Add an alias "graph" for the "connections" command ([link](https://github.com/radius-project/radius/pull/6489/files?diff=unified&w=0#diff-eb0083d8df9479acb2d5b36bf150aa410e371a26a01619d09c933a73994aa563L27-R31)) --------- Signed-off-by: Aaron Crawfis <[email protected]> (cherry picked from commit 047da70)
# Description This PR adds an alias for `rad app graph` that points to `rad app connections`. It is a temporary update until we permanently update the command. ## Type of change - This pull request fixes a bug in Radius and has an approved issue (issue link required). Partially addresses: #6473 ## Auto-generated summary <!-- GitHub Copilot for docs will auto-generate a summary of the PR --> <!-- copilot:all --> ### <samp>🤖 Generated by Copilot at b5b8f0c</samp> ### Summary :sparkles::recycle::memo: <!-- 1. :sparkles: This emoji represents the addition of a new feature or enhancement, and can be used to highlight the main purpose of the pull request, which is to implement a graphical view of the connections. 2. :recycle: This emoji represents the refactoring or improvement of existing code, and can be used to indicate the modification of the `NewCommand` function to add an alias for the existing command. 3. :memo: This emoji represents the addition or update of documentation, and can be used to indicate the changes to the command help text and the README file that explain the new alias and feature. --> Add "graph" alias for "connections" command in `pkg/cli/cmd/app/connections/connections.go`. This enables users to view a graphical representation of the connections for an application. > _`NewCommand` adds_ > _alias for connections_ > _graph in the spring_ ### Walkthrough * Add an alias "graph" for the "connections" command ([link](https://github.com/radius-project/radius/pull/6489/files?diff=unified&w=0#diff-eb0083d8df9479acb2d5b36bf150aa410e371a26a01619d09c933a73994aa563L27-R31)) --------- Signed-off-by: Aaron Crawfis <[email protected]> (cherry picked from commit 047da70)
Description
This PR adds an alias for
rad app graph
that points torad app connections
.It is a temporary update until we permanently update the command.
Type of change
Partially addresses: #6473
Auto-generated summary
🤖 Generated by Copilot at b5b8f0c
Summary
✨♻️📝
Add "graph" alias for "connections" command in
pkg/cli/cmd/app/connections/connections.go
. This enables users to view a graphical representation of the connections for an application.Walkthrough