Documentation ¶
Overview ¶
Package version provides the implementation of the version command, providing information about the current `pipedream` command line tool installation
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CommitHash = "-"
CommitHash is the long form of the current build's commit hash
View Source
var Date = time.Now().Format(time.RFC822)
Date is the date and time at which the build was created
View Source
var RepoChecksum = "-"
RepoChecksum is a hash of all relevant files in the repo at time of build
This will help tell apart binaries built from source by detecting uncommitted changes.
View Source
var Version = "0.0.1"
Version is the current semantic version (all utils and pipedream itself share the same version)
View Source
var Via = "compiled from source"
Via is the installation method ("npm"/"brew"/"compiled from source"/...)
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.