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
- Options passed to
upcommands. - 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_runboolean istrue. Logs the command to be run at theDebuglevel. - cmd_
if_ wet - Copy of the
duct::cmd!macro that skips running the command if thedry_runboolean istrue. Logs the command to be run at theInfolevel. - log
- Equivalent of
::log::log!()for the tracing crate.
Constants§
- UP_
BUNDLE_ ID - The unique identifier of the up application on the system.