Merge branch 'main' into allow_to_change_provider_version

main
Elie 2021-06-07 10:17:22 +02:00 committed by GitHub
commit 18db5860b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ func NewGenDriftIgnoreCmd() *cobra.Command {
cmd := &cobra.Command{ cmd := &cobra.Command{
Use: "gen-driftignore", Use: "gen-driftignore",
Short: "Generate a .driftignore file based on your scan result", Short: "Generate a .driftignore file based on your scan result",
Long: "This command will generate a new .driftignore file containing your current drifts and send output to /dev/stdout\n\nExample: driftctl scan -o json://stdout | driftctl gen-driftignore > .driftignore", Long: "This command will generate a new .driftignore file containing your current drifts and send output to /dev/stdout\n\nExample: driftctl scan -o json://stdout | driftctl gen-driftignore -i /dev/stdin > .driftignore",
Args: cobra.NoArgs, Args: cobra.NoArgs,
RunE: func(cmd *cobra.Command, args []string) error { RunE: func(cmd *cobra.Command, args []string) error {
if opts.InputPath == "" { if opts.InputPath == "" {