Module: Dash

Defined in:
lib/dash.rb,
lib/dash/version.rb

Defined Under Namespace

Modules: Cli, Commands, Docker, Git, Utils Classes: Commander, Configuration, ConfigurationError, EnvFile, OtelShipper, ProjectDirectory, Report, Secrets, Tags, Timings

Constant Summary collapse

PROCESS_STARTED_AT =

Stamped before the first require so the Startup row in the deploy report covers what it actually costs to get here: gem load, Zeitwerk, and everything bin/dash pulls in.

Process.clock_gettime(Process::CLOCK_MONOTONIC)
VERSION =
"4.1.3"