Documentation
¶
Overview ¶
Package cmd provides the main command structure for the starmap CLI.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Version information set by main. Version = "dev" // Commit is the git commit hash. Commit = "unknown" // Date is the build date. Date = "unknown" // BuiltBy is the build system identifier. BuiltBy = "unknown" )
Functions ¶
Types ¶
This section is empty.
Source Files
¶
Directories
¶
| Path | Synopsis |
|---|---|
|
Package fetch provides commands for fetching starmap resources from provider APIs.
|
Package fetch provides commands for fetching starmap resources from provider APIs. |
|
Package generate provides commands for generating documentation and site content.
|
Package generate provides commands for generating documentation and site content. |
|
Package install provides commands for installing starmap components.
|
Package install provides commands for installing starmap components. |
|
Package list provides commands for listing starmap resources.
|
Package list provides commands for listing starmap resources. |
|
Package serve provides HTTP server commands.
|
Package serve provides HTTP server commands. |
|
Package uninstall provides commands for uninstalling starmap components.
|
Package uninstall provides commands for uninstalling starmap components. |
|
Package update provides the update command implementation.
|
Package update provides the update command implementation. |
Click to show internal directories.
Click to hide internal directories.