Documentation
¶
Index ¶
- func Agent(cfg *config.Config) *cobra.Command
- func Budgets(cfg *config.Config) *cobra.Command
- func CI(cfg *config.Config) *cobra.Command
- func Guardrails(cfg *config.Config) *cobra.Command
- func Health(cfg *config.Config) *cobra.Command
- func IDE(cfg *config.Config) *cobra.Command
- func Inspect(cfg *config.Config) *cobra.Command
- func Login(cfg *config.Config) *cobra.Command
- func Logout(config *config.Config) *cobra.Command
- func Org(cfg *config.Config) *cobra.Command
- func Policies(cfg *config.Config) *cobra.Command
- func Price(cfg *config.Config) *cobra.Command
- func RunAgentSetup(cfg *config.Config, scope string, skippable bool) error
- func RunCISetup(ctx context.Context, cfg *config.Config, ciPipeline, yes bool) error
- func RunIDESetup(skippable bool) error
- func RunLogin(ctx context.Context, cfg *config.Config) error
- func Scan(cfg *config.Config) *cobra.Command
- func Setup(cfg *config.Config) *cobra.Command
- func Update(_ *config.Config) *cobra.Command
- func Version(_ *config.Config) *cobra.Command
- func WhoAmI(cfg *config.Config) *cobra.Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunAgentSetup ¶ added in v0.0.12
RunAgentSetup is the core logic for `infracost agent setup`, callable from the unified `infracost setup` flow (DEV-230). When skippable is true, a "Skip" option is appended to the selection list.
func RunCISetup ¶ added in v0.0.12
RunCISetup is the core logic for `infracost ci setup`, callable from the unified `infracost setup` flow (DEV-230).
func RunIDESetup ¶ added in v0.0.12
RunIDESetup is the core logic for `infracost ide setup`, callable from the unified `infracost setup` flow (DEV-230). When skippable is true, a "Skip" option is appended to the selection list.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.