Skip to content

compose beta: update help text #5243

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

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

compose beta: update help text #5243

wants to merge 3 commits into from

Conversation

Copilot
Copy link

@Copilot Copilot AI commented May 30, 2025

This PR updates azd's help text in several places to move the azd add command from alpha to beta status and improve the azd show command usage text.

Changes Made

azd help - Added azd add to Beta commands group

The azd add command now appears in the "Beta commands" section of the main help:

Beta commands
    add      	: Add a component to your project. (Beta)
    hooks    	: Develop, test and run hooks for a project.
    monitor  	: Monitor a deployed project.
    package  	: Packages the project's code to be deployed to Azure.
    pipeline 	: Manage and configure your deployment pipelines.
    restore  	: Restores the project's dependencies.
    template 	: Find and view template details.

azd add --help - Changed status from Alpha to Beta

Updated the command description:

Add a component to your project. (Beta)

azd show --help - Added optional resource argument

Updated the usage to support an optional resource name argument:

Usage
  azd show [resource name] [flags]

Implementation Details

  • Added GroupingOptions with CmdGroupBeta to the add command registration in cmd/root.go
  • Updated the short description in NewAddCmd() to display "(Beta)" instead of "(Alpha)"
  • Added Use: "show [resource name]" to the NewShowCmd() command definition
  • Updated all relevant test snapshots to reflect the changes

All tests pass and the changes are minimal and focused on the specific requirements.

Fixes #5239.

Warning

Firewall rules blocked me from connecting to one or more addresses

I tried to connect to the following addresses, but was blocked by firewall rules:

  • aka.ms
    • Triggering command: ./azd --help (dns block)
    • Triggering command: ./azd add --help (dns block)
    • Triggering command: ./azd show --help (dns block)

If you need me to access, download, or install something from one of these locations, you can either:


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: JeffreyCA <9157833+JeffreyCA@users.noreply.github.com>
@Copilot Copilot AI changed the title [WIP] compose beta: update help text compose beta: update help text May 30, 2025
@Copilot Copilot AI requested a review from JeffreyCA May 30, 2025 21:58
Copilot finished work on behalf of JeffreyCA May 30, 2025 21:58
Co-authored-by: JeffreyCA <9157833+JeffreyCA@users.noreply.github.com>
Copy link
Author

Copilot AI commented May 30, 2025

Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details.

Warning

Firewall rules blocked me from connecting to one or more addresses

I tried to connect to the following addresses, but was blocked by firewall rules:

  • aka.ms
    • Triggering command: /tmp/azd show --help (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Copilot finished work on behalf of JeffreyCA May 30, 2025 22:11
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.

compose beta: update help text
2 participants