download

package
v0.0.0-...-980e7ab Latest Latest
Warning

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

Go to latest
Published: Apr 5, 2024 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Overview

Package download holds the subcommand that fetches the terraform provider schemas.

Index

Constants

This section is empty.

Variables

View Source
var (
	Command = &cobra.Command{
		Use: "download [FILE]",
		Short: `Acquires the schema of terraform providers.
Outputs to FILE, created if needed; outputs to STDOUT if no FILE provided.`,
		Args:     fileArg,
		PreRunE:  d.preRunE,
		RunE:     runE,
		PostRunE: d.postRunE,
	}
)

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