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

Side by Side 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, 4 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2016 The LUCI Authors. All rights reserved.
2 // Use of this source code is governed under the Apache License, Version 2.0
3 // that can be found in the LICENSE file.
4
5 // Package main contains the entry point code for the LUCI Deployment Tool
6 // ("luci_deploy"). This tool is a command-line interface designed to perform
7 // controlled and automated deployment of LUCI (and LUCI-compatible) services.
8 //
9 // "luci_deploy" is Linux-oriented, but may also work on other platforms. It
10 // leverages external tooling for many remote operations; it is the
11 // responsibility of the user to have suitable versions of that tooling
12 // installed and available on PATH.
13 package main
OLDNEW
« 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