get

package
v0.22.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 30, 2025 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var GetCmd = &cobra.Command{
	Use:   "get <app name or id>",
	Short: "Get an app",
	Long: `
The get command retrieves details of an application within your organization.

Usage:
  hyphen app get <app name or id>

This command allows you to:
- Fetch detailed information about a specific application
- Use either the application name or ID as the identifier

The command will display various details about the application, including:
- Project information (ID and name)
- Application details (name, alternate ID, and ID)
- Organization information (ID and name)

Example:
  hyphen app get my-app
  hyphen app get app-123456

After execution, you'll see a summary of the application's details.
`,
	Args: cobra.ExactArgs(1),
	RunE: runGet,
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL