Expand description
The up
CLI command.
Modules§
- env
- Builds environment variable sets for command execution.
- errors
- Overall errors thrown by the up crate.
- exec
- Wrappers around executing commands.
- opts
- CLI options passed to
up
commands. - tasks
- Logic for dealing with tasks executed by up.
- utils
- General-use utility functions.
Macros§
- cmd
- Copy of the
duct::cmd!
macro that ensures we’re logging the command we’re running at the ‘info’ level (logged by default). - cmd_
debug - Copy of the
duct::cmd!
macro that ensures we’re logging the command we’re running at the debug level (not logged by default). - cmd_
debug_ if_ wet - 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. - cmd_
if_ wet - 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. - log
- Equivalent of
::log::log!()
for the tracing crate.
Constants§
- UP_
BUNDLE_ ID - The unique identifier of the up application on the system.