Overview
On this page
Krab documentation consists of the following chapters:
- Get started - things to get you set up and running
- Configuration - resources to use in the configuration files
- Functions - functions to use in the configuration files
- Commands - manual for CLI
Glossary
- configuration file - file with
.krab.hclextension - resource - block of code of a given type in a configuration file (e.g.
migrationresource,migration_setresource etc.) - function - built-in function that is available to use in config files
- command - CLI command that executes built-in action like
migrate up - reference - identifiable name of a resource, must be unique within a given type (
migration "that_is_reference" {...})