Crate there

Source
Expand description

§there

The shared code for that-goes-there. Encapsulates abstractions for things like:

  • Command execution and log aggregation
  • Logging and tracing
  • Command planning and validations for targets
    • Compile various pieces of functionality down to sh scripts as much as possible, such as ensuring files/directories do/not exist.

Modules§

executor
Executors for running tasks on local or remote hosts.
log
Simple re-export of logging-related macros.
plan
Create and validate plans for future execution.