tezbake_bootstrap-node
docs/cmd/tezbake_bootstrap-node.md## tezbake bootstrap-node
Bootstraps Bake Buddy’s Tezos node.
Synopsis
Downloads bootstrap snapshot and imports it into node database.
The source can be either a URL or a local file path to a snapshot. Optionally, a block hash can be provided for verification.
If no source is provided and running in a TTY, an interactive selector will be shown to help you choose the appropriate snapshot for your needs.
tezbake bootstrap-node [--no-check] [--keep-snapshot] [<url or path>] [<block hash>] [flags]
Options
-h, --help help for bootstrap-node
--keep-snapshot Keep the snapshot file on disk after import
--no-check Bootstrap node without verifying snapshot integrity
Options inherited from parent commands
-l, --log-level string Sets log level (trace/debug/info/warn/error) (default "info")
--no-color Disable color output
-o, --output-format string Sets output log format (json/text/auto) (default "auto")
-p, --path string Path to bake buddy instance (default "/bake-buddy")
--version Prints tezbake version
SEE ALSO
- tezbake - tezbake CLI