Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.02 KB

git_hooks_config_non-interactive-runner.md

File metadata and controls

34 lines (24 loc) · 1.02 KB

git hooks config non-interactive-runner

Enables/disables non-interactive execution of the runner.

Synopsis

Enable or disables non-interactive execution of the Githooks runner executable.

Enabling non-interactivity will only default answer all non-fatal prompts. Fatal prompts (e.g. the trust prompts) still need to be configured to pass. See git hooks config trust-all --help.

git hooks config non-interactive-runner [flags]

Options

      --print     Print the setting.
      --enable    Enables non-interactive mode of the runner executable.
      --disable   Disables non-interactive mode of the runner executable.
      --reset     Reset non-interactive mode of the runner executable.
      --local     Use the local Git configuration (default, except for `--print`).
      --global    Use the global Git configuration.
  -h, --help      help for non-interactive-runner

SEE ALSO

Auto generated by spf13/cobra