-
Notifications
You must be signed in to change notification settings - Fork 2
/
cdflow.1
55 lines (55 loc) · 1.22 KB
/
cdflow.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
.\" Automatically generated by Pandoc 2.7.3
.\"
.TH "cdflow" "1" "July 2019" "" ""
.hy
.SH NAME
.PP
\f[B]cdflow\f[R] - create and manage software services using continuous
delivery
.SH SYNOPSIS
.PP
\f[B]cdflow release\f[R] \f[B]--platform-config\f[R]
\f[I]platform_config\f[R]\&... [\f[I]version\f[R]] [\f[I]options\f[R]]
.PD 0
.P
.PD
\f[B]cdflow deploy\f[R] \f[I]environment\f[R] [\f[I]version\f[R]]
[\f[I]options\f[R]]
.PD 0
.P
.PD
\f[B]cdflow destroy\f[R] \f[I]environment\f[R] [\f[I]options\f[R]]
.PD 0
.P
.PD
\f[B]cdflow shell\f[R] \f[I]environment\f[R]
.SH DESCRIPTION
.PP
Overview description goes here
.SS Using cdflow
.PP
Common usage pattern goes here
.SS cdflow release
.PP
describe release command and what it does
.SS cdflow deploy
.PP
describe deploy command and what it does
.SS cdflow destroy
.PP
describe destroy command and what it does
.SS cdflow shell
.PP
describe shell command and what it does
.SH OPTIONS
.TP
.B \f[B]-c\f[R] \f[I]component_name\f[R], \f[B]\[en]component\f[R] \f[I]component_name\f[R]
something to do with a component name
.TP
.B \f[B]-v\f[R], \f[B]\[en]verbose\f[R]
get chatty
.TP
.B \f[B]-p\f[R], \f[B]\[en]plan-only\f[R]
create a plan only
.SH AUTHORS
Graham Lyons; Arthur Gassner; Keir Badger; Tom Yandell.