Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2003)

Unified Diff: deploytool/cmd/luci_deploy/doc.go

Issue 2182213002: deploytool: Add README.md, migrate docs to it. (Closed) Base URL: https://github.com/luci/luci-go@master
Patch Set: Rename to "luci_deploy" Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « deploytool/cmd/luci_deploy/deploy_container_engine.go ('k') | deploytool/cmd/luci_deploy/kubernetes.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: deploytool/cmd/luci_deploy/doc.go
diff --git a/deploytool/cmd/luci_deploy/doc.go b/deploytool/cmd/luci_deploy/doc.go
new file mode 100644
index 0000000000000000000000000000000000000000..cc163d3667b27cf1de51cf1f4cbfe6bd3e5ba331
--- /dev/null
+++ b/deploytool/cmd/luci_deploy/doc.go
@@ -0,0 +1,13 @@
+// Copyright 2016 The LUCI Authors. All rights reserved.
+// Use of this source code is governed under the Apache License, Version 2.0
+// that can be found in the LICENSE file.
+
+// Package main contains the entry point code for the LUCI Deployment Tool
+// ("luci_deploy"). This tool is a command-line interface designed to perform
+// controlled and automated deployment of LUCI (and LUCI-compatible) services.
+//
+// "luci_deploy" is Linux-oriented, but may also work on other platforms. It
+// leverages external tooling for many remote operations; it is the
+// responsibility of the user to have suitable versions of that tooling
+// installed and available on PATH.
+package main
« no previous file with comments | « deploytool/cmd/luci_deploy/deploy_container_engine.go ('k') | deploytool/cmd/luci_deploy/kubernetes.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698