MCPcopy Create free account
hub / github.com/OverloadBlitz/cloudcent-cli / pulumiProjectInfo

Struct pulumiProjectInfo

cmd/pulumi.go:124–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124type pulumiProjectInfo struct {
125 Name string
126 Runtime string
127 Virtualenv string
128 Stack string
129 Config map[string]string
130}
131
132func runPulumiEstimate(cmd *cobra.Command, args []string) error {
133 dir := "."

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected