defaults

package
v1.2.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 16, 2017 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// Version of the WeDeploy Project CLI tool
	Version = "master"

	// Build commit
	Build = ""

	// BuildTime is the time when the build was generated
	BuildTime = ""

	// Infrastructure is the default remote address
	Infrastructure = "wedeploy.com"

	// DashboardAddressPrefix for a given remote
	DashboardAddressPrefix = "console."

	// DashboardURLPrefix for a given remote
	DashboardURLPrefix = "https://" + DashboardAddressPrefix

	// DiagnosticsEndpoint is the endpoint to where the diagnostics should be sent
	DiagnosticsEndpoint = "https://diagnostics.wedeploy.com/report/cli"

	// Docs page
	Docs = "http://wedeploy.com/docs/"

	// Hub for the system
	Hub = "http://api.wedeploy.io"

	// AnalyticsEndpoint for posting analytics events in bulk
	AnalyticsEndpoint = "https://cli-metrics.wedeploy.com/"

	// CloudRemote is the name for the default cloud for WeDeploy
	CloudRemote = "wedeploy"

	// SupportEmail value
	SupportEmail = "support@wedeploy.com"

	// StableReleaseChannel for the distribution of the CLI tool
	StableReleaseChannel = "stable"
)

don't change this to const as it would make go build -ldflags fail silently

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL