Expand description
The up CLI command.
Modules§
- Builds environment variable sets for command execution.
- Overall errors thrown by the up crate.
- Wrappers around executing commands.
- Options passed to
upcommands. - Logic for dealing with tasks executed by up.
- General-use utility functions.
Macros§
- Copy of the
duct::cmd!macro that ensures we’re logging the command we’re running at the ‘info’ level (logged by default). - Copy of the
duct::cmd!macro that ensures we’re logging the command we’re running at the debug level (not logged by default). - Copy of the
duct::cmd!macro that skips running the command if thedry_runboolean istrue. Logs the command to be run at theDebuglevel. - Copy of the
duct::cmd!macro that skips running the command if thedry_runboolean istrue. Logs the command to be run at theInfolevel. - Equivalent of
::log::log!()for the tracing crate.
Constants§
- The unique identifier of the up application on the system.
Functions§
- Run
upwith provided Opts struct.