Crate up_rs

source ·
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 the dry_run boolean is true. Logs the command to be run at the Debug level.
  • Copy of the duct::cmd! macro that skips running the command if the dry_run boolean is true. Logs the command to be run at the Info level.
  • Equivalent of ::log::log!() for the tracing crate.

Functions§

  • Run up_rs with provided Opts struct.