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