gittuf/docs/cli/gittuf_trust_remote_pull.md
PratGit1606 9707977fd3 docs: audit and fix CLI command docstrings across all commands
Signed-off-by: PratGit1606 <prathamgithub16@gmail.com>
2026-07-08 12:02:33 -07:00

1.1 KiB
Generated

gittuf trust remote pull

Pull policy from the specified remote

Synopsis

The 'pull' command fetches updates to the gittuf policy from the specified remote into the local repository.

gittuf trust remote pull <remote> [flags]

Options

  -h, --help   help for pull

Options inherited from parent commands

      --create-rsl-entry             create RSL entry for policy change immediately (note: the RSL will not be synced with the remote)
      --no-color                     turn off colored output
      --profile                      enable CPU and memory profiling
      --profile-CPU-file string      file to store CPU profile (default "cpu.prof")
      --profile-memory-file string   file to store memory profile (default "memory.prof")
  -k, --signing-key string           signing key to use to sign root of trust (path to SSH key, "gpg:<fingerprint>" for GPG, "fulcio:" for Sigstore)
      --verbose                      enable verbose logging

SEE ALSO