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.
- CLI options passed to
up
commands. - 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_run
boolean istrue
. Logs the command to be run at theDebug
level. - Copy of the
duct::cmd!
macro that skips running the command if thedry_run
boolean istrue
. Logs the command to be run at theInfo
level. - Equivalent of
::log::log!()
for the tracing crate.
Constants§
- The unique identifier of the up application on the system.
Functions§
- Run
up_rs
with provided Opts struct.