CLI Commands
Describe all the available CLI commands and the relevant options
# Commands
apply
Creates or updates infrastructure according to the specified configuration file
For example, you'd run the apply
command with
# Global Options
Option
Description
Required
--log-level
Set the application log level. Used only if there is a need to debug. If you don't set this value, the verbose logging is turned off, but you'd still see informative logs.
One of the following values can be used: OFF
(default), INFO
, WARN
, ERROR
, DEBUG
, TRACE
No
Last updated