uffizzi-cli 0.4.0 → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +4 -0
- data/config/uffizzi.rb +1 -0
- data/lib/uffizzi/cli/common.rb +2 -2
- data/lib/uffizzi/cli/config.rb +3 -3
- data/lib/uffizzi/cli/connect.rb +22 -0
- data/lib/uffizzi/cli/disconnect.rb +3 -0
- data/lib/uffizzi/cli/logout.rb +4 -0
- data/lib/uffizzi/cli/preview/service.rb +2 -2
- data/lib/uffizzi/cli/preview.rb +38 -34
- data/lib/uffizzi/cli/project/compose.rb +2 -2
- data/lib/uffizzi/cli/project/secret.rb +7 -6
- data/lib/uffizzi/cli.rb +28 -9
- data/lib/uffizzi/shell.rb +27 -2
- data/lib/uffizzi/version.rb +1 -1
- data/man/uffizzi +51 -0
- data/man/uffizzi-login +32 -0
- data/man/uffizzi-login.html +113 -0
- data/man/uffizzi-login.ronn +24 -0
- data/man/uffizzi-logout +21 -0
- data/man/uffizzi-logout.html +102 -0
- data/man/uffizzi-logout.ronn +19 -0
- data/man/uffizzi-preview +39 -0
- data/man/uffizzi-preview-create +50 -0
- data/man/uffizzi-preview-create.html +128 -0
- data/man/uffizzi-preview-create.ronn +41 -0
- data/man/uffizzi-preview-delete +37 -0
- data/man/uffizzi-preview-delete.html +115 -0
- data/man/uffizzi-preview-delete.ronn +28 -0
- data/man/uffizzi-preview-describe +38 -0
- data/man/uffizzi-preview-describe.html +116 -0
- data/man/uffizzi-preview-describe.ronn +29 -0
- data/man/uffizzi-preview-events +37 -0
- data/man/uffizzi-preview-events.html +110 -0
- data/man/uffizzi-preview-events.ronn +28 -0
- data/man/uffizzi-preview-list +33 -0
- data/man/uffizzi-preview-list.html +110 -0
- data/man/uffizzi-preview-list.ronn +25 -0
- data/man/uffizzi-preview-service-list +38 -0
- data/man/uffizzi-preview-service-list.ronn +29 -0
- data/man/uffizzi-preview-service-logs +57 -0
- data/man/uffizzi-preview-service-logs.ronn +47 -0
- data/man/uffizzi-preview.html +120 -0
- data/man/uffizzi-preview.ronn +33 -0
- data/man/uffizzi-preview_service_logs +57 -0
- data/man/uffizzi-preview_service_logs.html +142 -0
- data/man/uffizzi-preview_service_logs.ronn +49 -0
- data/man/uffizzi-project +47 -0
- data/man/uffizzi-project-compose +40 -0
- data/man/uffizzi-project-compose-describe +37 -0
- data/man/uffizzi-project-compose-describe.html +118 -0
- data/man/uffizzi-project-compose-describe.ronn +29 -0
- data/man/uffizzi-project-compose-set +66 -0
- data/man/uffizzi-project-compose-set.html +149 -0
- data/man/uffizzi-project-compose-set.ronn +57 -0
- data/man/uffizzi-project-compose-unset +35 -0
- data/man/uffizzi-project-compose-unset.html +116 -0
- data/man/uffizzi-project-compose-unset.ronn +27 -0
- data/man/uffizzi-project-compose.html +123 -0
- data/man/uffizzi-project-compose.ronn +34 -0
- data/man/uffizzi-project-secret +37 -0
- data/man/uffizzi-project-secret-create +29 -0
- data/man/uffizzi-project-secret-create.html +110 -0
- data/man/uffizzi-project-secret-create.ronn +21 -0
- data/man/uffizzi-project-secret-delete +29 -0
- data/man/uffizzi-project-secret-delete.html +110 -0
- data/man/uffizzi-project-secret-delete.ronn +21 -0
- data/man/uffizzi-project-secret-list +28 -0
- data/man/uffizzi-project-secret-list.html +110 -0
- data/man/uffizzi-project-secret-list.ronn +20 -0
- data/man/uffizzi-project-secret.html +119 -0
- data/man/uffizzi-project-secret.ronn +30 -0
- data/man/uffizzi-project.html +128 -0
- data/man/uffizzi-project.ronn +41 -0
- data/man/uffizzi.html +132 -0
- data/man/uffizzi.ronn +43 -0
- metadata +63 -2
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html>
|
|
3
|
+
<head>
|
|
4
|
+
<meta http-equiv='content-type' content='text/html;charset=utf8'>
|
|
5
|
+
<meta name='generator' content='Ronn-NG/v0.9.1 (http://github.com/apjanke/ronn-ng/tree/0.9.1)'>
|
|
6
|
+
<title>uffizzi-project-secret-create</title>
|
|
7
|
+
<style type='text/css' media='all'>
|
|
8
|
+
/* style: man */
|
|
9
|
+
body#manpage {margin:0}
|
|
10
|
+
.mp {max-width:100ex;padding:0 9ex 1ex 4ex}
|
|
11
|
+
.mp p,.mp pre,.mp ul,.mp ol,.mp dl {margin:0 0 20px 0}
|
|
12
|
+
.mp h2 {margin:10px 0 0 0}
|
|
13
|
+
.mp > p,.mp > pre,.mp > ul,.mp > ol,.mp > dl {margin-left:8ex}
|
|
14
|
+
.mp h3 {margin:0 0 0 4ex}
|
|
15
|
+
.mp dt {margin:0;clear:left}
|
|
16
|
+
.mp dt.flush {float:left;width:8ex}
|
|
17
|
+
.mp dd {margin:0 0 0 9ex}
|
|
18
|
+
.mp h1,.mp h2,.mp h3,.mp h4 {clear:left}
|
|
19
|
+
.mp pre {margin-bottom:20px}
|
|
20
|
+
.mp pre+h2,.mp pre+h3 {margin-top:22px}
|
|
21
|
+
.mp h2+pre,.mp h3+pre {margin-top:5px}
|
|
22
|
+
.mp img {display:block;margin:auto}
|
|
23
|
+
.mp h1.man-title {display:none}
|
|
24
|
+
.mp,.mp code,.mp pre,.mp tt,.mp kbd,.mp samp,.mp h3,.mp h4 {font-family:monospace;font-size:14px;line-height:1.42857142857143}
|
|
25
|
+
.mp h2 {font-size:16px;line-height:1.25}
|
|
26
|
+
.mp h1 {font-size:20px;line-height:2}
|
|
27
|
+
.mp {text-align:justify;background:#fff}
|
|
28
|
+
.mp,.mp code,.mp pre,.mp pre code,.mp tt,.mp kbd,.mp samp {color:#131211}
|
|
29
|
+
.mp h1,.mp h2,.mp h3,.mp h4 {color:#030201}
|
|
30
|
+
.mp u {text-decoration:underline}
|
|
31
|
+
.mp code,.mp strong,.mp b {font-weight:bold;color:#131211}
|
|
32
|
+
.mp em,.mp var {font-style:italic;color:#232221;text-decoration:none}
|
|
33
|
+
.mp a,.mp a:link,.mp a:hover,.mp a code,.mp a pre,.mp a tt,.mp a kbd,.mp a samp {color:#0000ff}
|
|
34
|
+
.mp b.man-ref {font-weight:normal;color:#434241}
|
|
35
|
+
.mp pre {padding:0 4ex}
|
|
36
|
+
.mp pre code {font-weight:normal;color:#434241}
|
|
37
|
+
.mp h2+pre,h3+pre {padding-left:0}
|
|
38
|
+
ol.man-decor,ol.man-decor li {margin:3px 0 10px 0;padding:0;float:left;width:33%;list-style-type:none;text-transform:uppercase;color:#999;letter-spacing:1px}
|
|
39
|
+
ol.man-decor {width:100%}
|
|
40
|
+
ol.man-decor li.tl {text-align:left}
|
|
41
|
+
ol.man-decor li.tc {text-align:center;letter-spacing:4px}
|
|
42
|
+
ol.man-decor li.tr {text-align:right;float:right}
|
|
43
|
+
</style>
|
|
44
|
+
</head>
|
|
45
|
+
<!--
|
|
46
|
+
The following styles are deprecated and will be removed at some point:
|
|
47
|
+
div#man, div#man ol.man, div#man ol.head, div#man ol.man.
|
|
48
|
+
|
|
49
|
+
The .man-page, .man-decor, .man-head, .man-foot, .man-title, and
|
|
50
|
+
.man-navigation should be used instead.
|
|
51
|
+
-->
|
|
52
|
+
<body id='manpage'>
|
|
53
|
+
<div class='mp' id='man'>
|
|
54
|
+
|
|
55
|
+
<div class='man-navigation' style='display:none'>
|
|
56
|
+
<a href="#NAME">NAME</a>
|
|
57
|
+
<a href="#NAME">NAME</a>
|
|
58
|
+
<a href="#SYNOPSIS">SYNOPSIS</a>
|
|
59
|
+
<a href="#DESCRIPTION">DESCRIPTION</a>
|
|
60
|
+
<a href="#UFFIZZI-WIDE-FLAGS">UFFIZZI WIDE FLAGS</a>
|
|
61
|
+
<a href="#EXAMPLES">EXAMPLES</a>
|
|
62
|
+
</div>
|
|
63
|
+
|
|
64
|
+
<ol class='man-decor man-head man head'>
|
|
65
|
+
<li class='tl'>uffizzi-project-secret-create</li>
|
|
66
|
+
<li class='tc'></li>
|
|
67
|
+
<li class='tr'>uffizzi-project-secret-create</li>
|
|
68
|
+
</ol>
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
<h2 id="NAME">NAME</h2>
|
|
72
|
+
<p class="man-name">
|
|
73
|
+
<code>uffizzi-project-secret-create</code>
|
|
74
|
+
</p>
|
|
75
|
+
<h2 id="NAME">NAME</h2>
|
|
76
|
+
<pre><code>uffizzi project secret create - Creates a secret from STDIN
|
|
77
|
+
</code></pre>
|
|
78
|
+
|
|
79
|
+
<h2 id="SYNOPSIS">SYNOPSIS</h2>
|
|
80
|
+
<pre><code>uffizzi project secret create SECRET [-] [UFFIZZI_WIDE_FLAG ...]
|
|
81
|
+
</code></pre>
|
|
82
|
+
|
|
83
|
+
<h2 id="DESCRIPTION">DESCRIPTION</h2>
|
|
84
|
+
<pre><code>Creates a secret from STDIN
|
|
85
|
+
|
|
86
|
+
For more information on the uffizzi project secret command, see:
|
|
87
|
+
https://docs.uffizzi.com/cli/project
|
|
88
|
+
</code></pre>
|
|
89
|
+
|
|
90
|
+
<h2 id="UFFIZZI-WIDE-FLAGS">UFFIZZI WIDE FLAGS</h2>
|
|
91
|
+
<pre><code>These flags are available to all commands: --project. Run $ uffizzi
|
|
92
|
+
help for details.
|
|
93
|
+
</code></pre>
|
|
94
|
+
|
|
95
|
+
<h2 id="EXAMPLES">EXAMPLES</h2>
|
|
96
|
+
<pre><code>The following command creates a secret called MY_SECRET from STDIN
|
|
97
|
+
in the default project:
|
|
98
|
+
|
|
99
|
+
$ printf "my secret password" | uffizzi project secret create MY_SECRET
|
|
100
|
+
</code></pre>
|
|
101
|
+
|
|
102
|
+
<ol class='man-decor man-foot man foot'>
|
|
103
|
+
<li class='tl'></li>
|
|
104
|
+
<li class='tc'>March 2022</li>
|
|
105
|
+
<li class='tr'>uffizzi-project-secret-create</li>
|
|
106
|
+
</ol>
|
|
107
|
+
|
|
108
|
+
</div>
|
|
109
|
+
</body>
|
|
110
|
+
</html>
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
uffizzi-project-secret-create - Creates a secret from STDIN
|
|
2
|
+
================================================================
|
|
3
|
+
|
|
4
|
+
## SYNOPSIS
|
|
5
|
+
uffizzi project secret create SECRET [-] [UFFIZZI_WIDE_FLAG ...]
|
|
6
|
+
|
|
7
|
+
## DESCRIPTION
|
|
8
|
+
Creates a secret from STDIN
|
|
9
|
+
|
|
10
|
+
For more information on the uffizzi project secret command, see:
|
|
11
|
+
https://docs.uffizzi.com/cli/project
|
|
12
|
+
|
|
13
|
+
## UFFIZZI WIDE FLAGS
|
|
14
|
+
These flags are available to all commands: --project. Run $ uffizzi
|
|
15
|
+
help for details.
|
|
16
|
+
|
|
17
|
+
## EXAMPLES
|
|
18
|
+
The following command creates a secret called MY_SECRET from STDIN
|
|
19
|
+
in the default project:
|
|
20
|
+
|
|
21
|
+
$ printf "my secret password" | uffizzi project secret create MY_SECRET
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
.\" generated with Ronn-NG/v0.9.1
|
|
2
|
+
.\" http://github.com/apjanke/ronn-ng/tree/0.9.1
|
|
3
|
+
.TH "UFFIZZI\-PROJECT\-SECRET\-DELETE" "" "April 2022" ""
|
|
4
|
+
.SH "NAME"
|
|
5
|
+
\fBuffizzi\-project\-secret\-delete\fR \- deletes a secret
|
|
6
|
+
.SH "SYNOPSIS"
|
|
7
|
+
.nf
|
|
8
|
+
uffizzi project secret delete [UFFIZZI_WIDE_FLAG \|\.\|\.\|\.]
|
|
9
|
+
.fi
|
|
10
|
+
.SH "DESCRIPTION"
|
|
11
|
+
.nf
|
|
12
|
+
Deletes a secret
|
|
13
|
+
|
|
14
|
+
For more information on the uffizzi project secret command, see:
|
|
15
|
+
https://docs\.uffizzi\.com/cli/project
|
|
16
|
+
.fi
|
|
17
|
+
.SH "UFFIZZI WIDE FLAGS"
|
|
18
|
+
.nf
|
|
19
|
+
These flags are available to all commands: \-\-project\. Run $ uffizzi
|
|
20
|
+
help for details\.
|
|
21
|
+
.fi
|
|
22
|
+
.SH "EXAMPLES"
|
|
23
|
+
.nf
|
|
24
|
+
The following command deletes the secret MY_SECRET in the default
|
|
25
|
+
project:
|
|
26
|
+
|
|
27
|
+
$ uffizzi project secret delete MY_SECRET
|
|
28
|
+
.fi
|
|
29
|
+
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html>
|
|
3
|
+
<head>
|
|
4
|
+
<meta http-equiv='content-type' content='text/html;charset=utf8'>
|
|
5
|
+
<meta name='generator' content='Ronn-NG/v0.9.1 (http://github.com/apjanke/ronn-ng/tree/0.9.1)'>
|
|
6
|
+
<title>uffizzi-project-secret-delete</title>
|
|
7
|
+
<style type='text/css' media='all'>
|
|
8
|
+
/* style: man */
|
|
9
|
+
body#manpage {margin:0}
|
|
10
|
+
.mp {max-width:100ex;padding:0 9ex 1ex 4ex}
|
|
11
|
+
.mp p,.mp pre,.mp ul,.mp ol,.mp dl {margin:0 0 20px 0}
|
|
12
|
+
.mp h2 {margin:10px 0 0 0}
|
|
13
|
+
.mp > p,.mp > pre,.mp > ul,.mp > ol,.mp > dl {margin-left:8ex}
|
|
14
|
+
.mp h3 {margin:0 0 0 4ex}
|
|
15
|
+
.mp dt {margin:0;clear:left}
|
|
16
|
+
.mp dt.flush {float:left;width:8ex}
|
|
17
|
+
.mp dd {margin:0 0 0 9ex}
|
|
18
|
+
.mp h1,.mp h2,.mp h3,.mp h4 {clear:left}
|
|
19
|
+
.mp pre {margin-bottom:20px}
|
|
20
|
+
.mp pre+h2,.mp pre+h3 {margin-top:22px}
|
|
21
|
+
.mp h2+pre,.mp h3+pre {margin-top:5px}
|
|
22
|
+
.mp img {display:block;margin:auto}
|
|
23
|
+
.mp h1.man-title {display:none}
|
|
24
|
+
.mp,.mp code,.mp pre,.mp tt,.mp kbd,.mp samp,.mp h3,.mp h4 {font-family:monospace;font-size:14px;line-height:1.42857142857143}
|
|
25
|
+
.mp h2 {font-size:16px;line-height:1.25}
|
|
26
|
+
.mp h1 {font-size:20px;line-height:2}
|
|
27
|
+
.mp {text-align:justify;background:#fff}
|
|
28
|
+
.mp,.mp code,.mp pre,.mp pre code,.mp tt,.mp kbd,.mp samp {color:#131211}
|
|
29
|
+
.mp h1,.mp h2,.mp h3,.mp h4 {color:#030201}
|
|
30
|
+
.mp u {text-decoration:underline}
|
|
31
|
+
.mp code,.mp strong,.mp b {font-weight:bold;color:#131211}
|
|
32
|
+
.mp em,.mp var {font-style:italic;color:#232221;text-decoration:none}
|
|
33
|
+
.mp a,.mp a:link,.mp a:hover,.mp a code,.mp a pre,.mp a tt,.mp a kbd,.mp a samp {color:#0000ff}
|
|
34
|
+
.mp b.man-ref {font-weight:normal;color:#434241}
|
|
35
|
+
.mp pre {padding:0 4ex}
|
|
36
|
+
.mp pre code {font-weight:normal;color:#434241}
|
|
37
|
+
.mp h2+pre,h3+pre {padding-left:0}
|
|
38
|
+
ol.man-decor,ol.man-decor li {margin:3px 0 10px 0;padding:0;float:left;width:33%;list-style-type:none;text-transform:uppercase;color:#999;letter-spacing:1px}
|
|
39
|
+
ol.man-decor {width:100%}
|
|
40
|
+
ol.man-decor li.tl {text-align:left}
|
|
41
|
+
ol.man-decor li.tc {text-align:center;letter-spacing:4px}
|
|
42
|
+
ol.man-decor li.tr {text-align:right;float:right}
|
|
43
|
+
</style>
|
|
44
|
+
</head>
|
|
45
|
+
<!--
|
|
46
|
+
The following styles are deprecated and will be removed at some point:
|
|
47
|
+
div#man, div#man ol.man, div#man ol.head, div#man ol.man.
|
|
48
|
+
|
|
49
|
+
The .man-page, .man-decor, .man-head, .man-foot, .man-title, and
|
|
50
|
+
.man-navigation should be used instead.
|
|
51
|
+
-->
|
|
52
|
+
<body id='manpage'>
|
|
53
|
+
<div class='mp' id='man'>
|
|
54
|
+
|
|
55
|
+
<div class='man-navigation' style='display:none'>
|
|
56
|
+
<a href="#NAME">NAME</a>
|
|
57
|
+
<a href="#NAME">NAME</a>
|
|
58
|
+
<a href="#SYNOPSIS">SYNOPSIS</a>
|
|
59
|
+
<a href="#DESCRIPTION">DESCRIPTION</a>
|
|
60
|
+
<a href="#UFFIZZI-WIDE-FLAGS">UFFIZZI WIDE FLAGS</a>
|
|
61
|
+
<a href="#EXAMPLES">EXAMPLES</a>
|
|
62
|
+
</div>
|
|
63
|
+
|
|
64
|
+
<ol class='man-decor man-head man head'>
|
|
65
|
+
<li class='tl'>uffizzi-project-secret-delete</li>
|
|
66
|
+
<li class='tc'></li>
|
|
67
|
+
<li class='tr'>uffizzi-project-secret-delete</li>
|
|
68
|
+
</ol>
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
<h2 id="NAME">NAME</h2>
|
|
72
|
+
<p class="man-name">
|
|
73
|
+
<code>uffizzi-project-secret-delete</code>
|
|
74
|
+
</p>
|
|
75
|
+
<h2 id="NAME">NAME</h2>
|
|
76
|
+
<pre><code>uffizzi project secret delete - deletes a secret
|
|
77
|
+
</code></pre>
|
|
78
|
+
|
|
79
|
+
<h2 id="SYNOPSIS">SYNOPSIS</h2>
|
|
80
|
+
<pre><code>uffizzi project secret delete [UFFIZZI_WIDE_FLAG ...]
|
|
81
|
+
</code></pre>
|
|
82
|
+
|
|
83
|
+
<h2 id="DESCRIPTION">DESCRIPTION</h2>
|
|
84
|
+
<pre><code>Deletes a secret
|
|
85
|
+
|
|
86
|
+
For more information on the uffizzi project secret command, see:
|
|
87
|
+
https://docs.uffizzi.com/cli/project
|
|
88
|
+
</code></pre>
|
|
89
|
+
|
|
90
|
+
<h2 id="UFFIZZI-WIDE-FLAGS">UFFIZZI WIDE FLAGS</h2>
|
|
91
|
+
<pre><code>These flags are available to all commands: --project. Run $ uffizzi
|
|
92
|
+
help for details.
|
|
93
|
+
</code></pre>
|
|
94
|
+
|
|
95
|
+
<h2 id="EXAMPLES">EXAMPLES</h2>
|
|
96
|
+
<pre><code>The following command deletes the secret MY_SECRET in the default
|
|
97
|
+
project:
|
|
98
|
+
|
|
99
|
+
$ uffizzi project secret delete MY_SECRET
|
|
100
|
+
</code></pre>
|
|
101
|
+
|
|
102
|
+
<ol class='man-decor man-foot man foot'>
|
|
103
|
+
<li class='tl'></li>
|
|
104
|
+
<li class='tc'>March 2022</li>
|
|
105
|
+
<li class='tr'>uffizzi-project-secret-delete</li>
|
|
106
|
+
</ol>
|
|
107
|
+
|
|
108
|
+
</div>
|
|
109
|
+
</body>
|
|
110
|
+
</html>
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
uffizzi-project-secret-delete - deletes a secret
|
|
2
|
+
================================================================
|
|
3
|
+
|
|
4
|
+
## SYNOPSIS
|
|
5
|
+
uffizzi project secret delete [UFFIZZI_WIDE_FLAG ...]
|
|
6
|
+
|
|
7
|
+
## DESCRIPTION
|
|
8
|
+
Deletes a secret
|
|
9
|
+
|
|
10
|
+
For more information on the uffizzi project secret command, see:
|
|
11
|
+
https://docs.uffizzi.com/cli/project
|
|
12
|
+
|
|
13
|
+
## UFFIZZI WIDE FLAGS
|
|
14
|
+
These flags are available to all commands: --project. Run $ uffizzi
|
|
15
|
+
help for details.
|
|
16
|
+
|
|
17
|
+
## EXAMPLES
|
|
18
|
+
The following command deletes the secret MY_SECRET in the default
|
|
19
|
+
project:
|
|
20
|
+
|
|
21
|
+
$ uffizzi project secret delete MY_SECRET
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
.\" generated with Ronn-NG/v0.9.1
|
|
2
|
+
.\" http://github.com/apjanke/ronn-ng/tree/0.9.1
|
|
3
|
+
.TH "UFFIZZI\-PROJECT\-SECRET\-LIST" "" "April 2022" ""
|
|
4
|
+
.SH "NAME"
|
|
5
|
+
\fBuffizzi\-project\-secret\-list\fR \- lists metadata for all secrets in a project
|
|
6
|
+
.SH "SYNOPSIS"
|
|
7
|
+
.nf
|
|
8
|
+
uffizzi project secret list [UFFIZZI_WIDE_FLAG \|\.\|\.\|\.]
|
|
9
|
+
.fi
|
|
10
|
+
.SH "DESCRIPTION"
|
|
11
|
+
.nf
|
|
12
|
+
Lists metadata for all secrets in a project
|
|
13
|
+
|
|
14
|
+
For more information on the uffizzi project secret command, see:
|
|
15
|
+
https://docs\.uffizzi\.com/cli/project
|
|
16
|
+
.fi
|
|
17
|
+
.SH "UFFIZZI WIDE FLAGS"
|
|
18
|
+
.nf
|
|
19
|
+
These flags are available to all commands: \-\-project\. Run $ uffizzi
|
|
20
|
+
help for details\.
|
|
21
|
+
.fi
|
|
22
|
+
.SH "EXAMPLES"
|
|
23
|
+
.nf
|
|
24
|
+
The following command lists all secrets in the default project:
|
|
25
|
+
|
|
26
|
+
$ uffizzi project secret list
|
|
27
|
+
.fi
|
|
28
|
+
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html>
|
|
3
|
+
<head>
|
|
4
|
+
<meta http-equiv='content-type' content='text/html;charset=utf8'>
|
|
5
|
+
<meta name='generator' content='Ronn-NG/v0.9.1 (http://github.com/apjanke/ronn-ng/tree/0.9.1)'>
|
|
6
|
+
<title>uffizzi-project-secret-list</title>
|
|
7
|
+
<style type='text/css' media='all'>
|
|
8
|
+
/* style: man */
|
|
9
|
+
body#manpage {margin:0}
|
|
10
|
+
.mp {max-width:100ex;padding:0 9ex 1ex 4ex}
|
|
11
|
+
.mp p,.mp pre,.mp ul,.mp ol,.mp dl {margin:0 0 20px 0}
|
|
12
|
+
.mp h2 {margin:10px 0 0 0}
|
|
13
|
+
.mp > p,.mp > pre,.mp > ul,.mp > ol,.mp > dl {margin-left:8ex}
|
|
14
|
+
.mp h3 {margin:0 0 0 4ex}
|
|
15
|
+
.mp dt {margin:0;clear:left}
|
|
16
|
+
.mp dt.flush {float:left;width:8ex}
|
|
17
|
+
.mp dd {margin:0 0 0 9ex}
|
|
18
|
+
.mp h1,.mp h2,.mp h3,.mp h4 {clear:left}
|
|
19
|
+
.mp pre {margin-bottom:20px}
|
|
20
|
+
.mp pre+h2,.mp pre+h3 {margin-top:22px}
|
|
21
|
+
.mp h2+pre,.mp h3+pre {margin-top:5px}
|
|
22
|
+
.mp img {display:block;margin:auto}
|
|
23
|
+
.mp h1.man-title {display:none}
|
|
24
|
+
.mp,.mp code,.mp pre,.mp tt,.mp kbd,.mp samp,.mp h3,.mp h4 {font-family:monospace;font-size:14px;line-height:1.42857142857143}
|
|
25
|
+
.mp h2 {font-size:16px;line-height:1.25}
|
|
26
|
+
.mp h1 {font-size:20px;line-height:2}
|
|
27
|
+
.mp {text-align:justify;background:#fff}
|
|
28
|
+
.mp,.mp code,.mp pre,.mp pre code,.mp tt,.mp kbd,.mp samp {color:#131211}
|
|
29
|
+
.mp h1,.mp h2,.mp h3,.mp h4 {color:#030201}
|
|
30
|
+
.mp u {text-decoration:underline}
|
|
31
|
+
.mp code,.mp strong,.mp b {font-weight:bold;color:#131211}
|
|
32
|
+
.mp em,.mp var {font-style:italic;color:#232221;text-decoration:none}
|
|
33
|
+
.mp a,.mp a:link,.mp a:hover,.mp a code,.mp a pre,.mp a tt,.mp a kbd,.mp a samp {color:#0000ff}
|
|
34
|
+
.mp b.man-ref {font-weight:normal;color:#434241}
|
|
35
|
+
.mp pre {padding:0 4ex}
|
|
36
|
+
.mp pre code {font-weight:normal;color:#434241}
|
|
37
|
+
.mp h2+pre,h3+pre {padding-left:0}
|
|
38
|
+
ol.man-decor,ol.man-decor li {margin:3px 0 10px 0;padding:0;float:left;width:33%;list-style-type:none;text-transform:uppercase;color:#999;letter-spacing:1px}
|
|
39
|
+
ol.man-decor {width:100%}
|
|
40
|
+
ol.man-decor li.tl {text-align:left}
|
|
41
|
+
ol.man-decor li.tc {text-align:center;letter-spacing:4px}
|
|
42
|
+
ol.man-decor li.tr {text-align:right;float:right}
|
|
43
|
+
</style>
|
|
44
|
+
</head>
|
|
45
|
+
<!--
|
|
46
|
+
The following styles are deprecated and will be removed at some point:
|
|
47
|
+
div#man, div#man ol.man, div#man ol.head, div#man ol.man.
|
|
48
|
+
|
|
49
|
+
The .man-page, .man-decor, .man-head, .man-foot, .man-title, and
|
|
50
|
+
.man-navigation should be used instead.
|
|
51
|
+
-->
|
|
52
|
+
<body id='manpage'>
|
|
53
|
+
<div class='mp' id='man'>
|
|
54
|
+
|
|
55
|
+
<div class='man-navigation' style='display:none'>
|
|
56
|
+
<a href="#NAME">NAME</a>
|
|
57
|
+
<a href="#NAME">NAME</a>
|
|
58
|
+
<a href="#SYNOPSIS">SYNOPSIS</a>
|
|
59
|
+
<a href="#DESCRIPTION">DESCRIPTION</a>
|
|
60
|
+
<a href="#UFFIZZI-WIDE-FLAGS">UFFIZZI WIDE FLAGS</a>
|
|
61
|
+
<a href="#EXAMPLES">EXAMPLES</a>
|
|
62
|
+
</div>
|
|
63
|
+
|
|
64
|
+
<ol class='man-decor man-head man head'>
|
|
65
|
+
<li class='tl'>uffizzi-project-secret-list</li>
|
|
66
|
+
<li class='tc'></li>
|
|
67
|
+
<li class='tr'>uffizzi-project-secret-list</li>
|
|
68
|
+
</ol>
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
<h2 id="NAME">NAME</h2>
|
|
72
|
+
<p class="man-name">
|
|
73
|
+
<code>uffizzi-project-secret-list</code>
|
|
74
|
+
</p>
|
|
75
|
+
<h2 id="NAME">NAME</h2>
|
|
76
|
+
<pre><code>uffizzi project secret list - lists metadata for all secrets in a
|
|
77
|
+
project
|
|
78
|
+
</code></pre>
|
|
79
|
+
|
|
80
|
+
<h2 id="SYNOPSIS">SYNOPSIS</h2>
|
|
81
|
+
<pre><code>uffizzi project secret list [UFFIZZI_WIDE_FLAG ...]
|
|
82
|
+
</code></pre>
|
|
83
|
+
|
|
84
|
+
<h2 id="DESCRIPTION">DESCRIPTION</h2>
|
|
85
|
+
<pre><code>Lists metadata for all secrets in a project
|
|
86
|
+
|
|
87
|
+
For more information on the uffizzi project secret command, see:
|
|
88
|
+
https://docs.uffizzi.com/cli/project
|
|
89
|
+
</code></pre>
|
|
90
|
+
|
|
91
|
+
<h2 id="UFFIZZI-WIDE-FLAGS">UFFIZZI WIDE FLAGS</h2>
|
|
92
|
+
<pre><code>These flags are available to all commands: --project. Run $ uffizzi
|
|
93
|
+
help for details.
|
|
94
|
+
</code></pre>
|
|
95
|
+
|
|
96
|
+
<h2 id="EXAMPLES">EXAMPLES</h2>
|
|
97
|
+
<pre><code>The following command lists all secrets in the default project:
|
|
98
|
+
|
|
99
|
+
$ uffizzi project secret list
|
|
100
|
+
</code></pre>
|
|
101
|
+
|
|
102
|
+
<ol class='man-decor man-foot man foot'>
|
|
103
|
+
<li class='tl'></li>
|
|
104
|
+
<li class='tc'>March 2022</li>
|
|
105
|
+
<li class='tr'>uffizzi-project-secret-list</li>
|
|
106
|
+
</ol>
|
|
107
|
+
|
|
108
|
+
</div>
|
|
109
|
+
</body>
|
|
110
|
+
</html>
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
uffizzi-project-secret-list - lists metadata for all secrets in a project
|
|
2
|
+
================================================================
|
|
3
|
+
|
|
4
|
+
## SYNOPSIS
|
|
5
|
+
uffizzi project secret list [UFFIZZI_WIDE_FLAG ...]
|
|
6
|
+
|
|
7
|
+
## DESCRIPTION
|
|
8
|
+
Lists metadata for all secrets in a project
|
|
9
|
+
|
|
10
|
+
For more information on the uffizzi project secret command, see:
|
|
11
|
+
https://docs.uffizzi.com/cli/project
|
|
12
|
+
|
|
13
|
+
## UFFIZZI WIDE FLAGS
|
|
14
|
+
These flags are available to all commands: --project. Run $ uffizzi
|
|
15
|
+
help for details.
|
|
16
|
+
|
|
17
|
+
## EXAMPLES
|
|
18
|
+
The following command lists all secrets in the default project:
|
|
19
|
+
|
|
20
|
+
$ uffizzi project secret list
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html>
|
|
3
|
+
<head>
|
|
4
|
+
<meta http-equiv='content-type' content='text/html;charset=utf8'>
|
|
5
|
+
<meta name='generator' content='Ronn-NG/v0.9.1 (http://github.com/apjanke/ronn-ng/tree/0.9.1)'>
|
|
6
|
+
<title>uffizzi-project-secret</title>
|
|
7
|
+
<style type='text/css' media='all'>
|
|
8
|
+
/* style: man */
|
|
9
|
+
body#manpage {margin:0}
|
|
10
|
+
.mp {max-width:100ex;padding:0 9ex 1ex 4ex}
|
|
11
|
+
.mp p,.mp pre,.mp ul,.mp ol,.mp dl {margin:0 0 20px 0}
|
|
12
|
+
.mp h2 {margin:10px 0 0 0}
|
|
13
|
+
.mp > p,.mp > pre,.mp > ul,.mp > ol,.mp > dl {margin-left:8ex}
|
|
14
|
+
.mp h3 {margin:0 0 0 4ex}
|
|
15
|
+
.mp dt {margin:0;clear:left}
|
|
16
|
+
.mp dt.flush {float:left;width:8ex}
|
|
17
|
+
.mp dd {margin:0 0 0 9ex}
|
|
18
|
+
.mp h1,.mp h2,.mp h3,.mp h4 {clear:left}
|
|
19
|
+
.mp pre {margin-bottom:20px}
|
|
20
|
+
.mp pre+h2,.mp pre+h3 {margin-top:22px}
|
|
21
|
+
.mp h2+pre,.mp h3+pre {margin-top:5px}
|
|
22
|
+
.mp img {display:block;margin:auto}
|
|
23
|
+
.mp h1.man-title {display:none}
|
|
24
|
+
.mp,.mp code,.mp pre,.mp tt,.mp kbd,.mp samp,.mp h3,.mp h4 {font-family:monospace;font-size:14px;line-height:1.42857142857143}
|
|
25
|
+
.mp h2 {font-size:16px;line-height:1.25}
|
|
26
|
+
.mp h1 {font-size:20px;line-height:2}
|
|
27
|
+
.mp {text-align:justify;background:#fff}
|
|
28
|
+
.mp,.mp code,.mp pre,.mp pre code,.mp tt,.mp kbd,.mp samp {color:#131211}
|
|
29
|
+
.mp h1,.mp h2,.mp h3,.mp h4 {color:#030201}
|
|
30
|
+
.mp u {text-decoration:underline}
|
|
31
|
+
.mp code,.mp strong,.mp b {font-weight:bold;color:#131211}
|
|
32
|
+
.mp em,.mp var {font-style:italic;color:#232221;text-decoration:none}
|
|
33
|
+
.mp a,.mp a:link,.mp a:hover,.mp a code,.mp a pre,.mp a tt,.mp a kbd,.mp a samp {color:#0000ff}
|
|
34
|
+
.mp b.man-ref {font-weight:normal;color:#434241}
|
|
35
|
+
.mp pre {padding:0 4ex}
|
|
36
|
+
.mp pre code {font-weight:normal;color:#434241}
|
|
37
|
+
.mp h2+pre,h3+pre {padding-left:0}
|
|
38
|
+
ol.man-decor,ol.man-decor li {margin:3px 0 10px 0;padding:0;float:left;width:33%;list-style-type:none;text-transform:uppercase;color:#999;letter-spacing:1px}
|
|
39
|
+
ol.man-decor {width:100%}
|
|
40
|
+
ol.man-decor li.tl {text-align:left}
|
|
41
|
+
ol.man-decor li.tc {text-align:center;letter-spacing:4px}
|
|
42
|
+
ol.man-decor li.tr {text-align:right;float:right}
|
|
43
|
+
</style>
|
|
44
|
+
</head>
|
|
45
|
+
<!--
|
|
46
|
+
The following styles are deprecated and will be removed at some point:
|
|
47
|
+
div#man, div#man ol.man, div#man ol.head, div#man ol.man.
|
|
48
|
+
|
|
49
|
+
The .man-page, .man-decor, .man-head, .man-foot, .man-title, and
|
|
50
|
+
.man-navigation should be used instead.
|
|
51
|
+
-->
|
|
52
|
+
<body id='manpage'>
|
|
53
|
+
<div class='mp' id='man'>
|
|
54
|
+
|
|
55
|
+
<div class='man-navigation' style='display:none'>
|
|
56
|
+
<a href="#NAME">NAME</a>
|
|
57
|
+
<a href="#NAME">NAME</a>
|
|
58
|
+
<a href="#SYNOPSIS">SYNOPSIS</a>
|
|
59
|
+
<a href="#DESCRIPTION">DESCRIPTION</a>
|
|
60
|
+
<a href="#UFFIZZI-WIDE-FLAGS">UFFIZZI WIDE FLAGS</a>
|
|
61
|
+
<a href="#COMMANDS">COMMANDS</a>
|
|
62
|
+
</div>
|
|
63
|
+
|
|
64
|
+
<ol class='man-decor man-head man head'>
|
|
65
|
+
<li class='tl'>uffizzi-project-secret</li>
|
|
66
|
+
<li class='tc'></li>
|
|
67
|
+
<li class='tr'>uffizzi-project-secret</li>
|
|
68
|
+
</ol>
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
<h2 id="NAME">NAME</h2>
|
|
72
|
+
<p class="man-name">
|
|
73
|
+
<code>uffizzi-project-secret</code>
|
|
74
|
+
</p>
|
|
75
|
+
<h2 id="NAME">NAME</h2>
|
|
76
|
+
<pre><code>uffizzi project secret - manage secrets for a project
|
|
77
|
+
</code></pre>
|
|
78
|
+
|
|
79
|
+
<h2 id="SYNOPSIS">SYNOPSIS</h2>
|
|
80
|
+
<pre><code>uffizzi project secret COMMAND [UFFIZZI_WIDE_FLAG ...]
|
|
81
|
+
</code></pre>
|
|
82
|
+
|
|
83
|
+
<h2 id="DESCRIPTION">DESCRIPTION</h2>
|
|
84
|
+
<pre><code>Manage secrets for a project. Once added, project secrets cannot
|
|
85
|
+
be viewed or edited.
|
|
86
|
+
|
|
87
|
+
For more information on secrets, see:
|
|
88
|
+
https://docs.uffizzi.com/cli/secret
|
|
89
|
+
</code></pre>
|
|
90
|
+
|
|
91
|
+
<h2 id="UFFIZZI-WIDE-FLAGS">UFFIZZI WIDE FLAGS</h2>
|
|
92
|
+
<pre><code>These flags are available to all commands: --project. Run $ uffizzi
|
|
93
|
+
help for details.
|
|
94
|
+
</code></pre>
|
|
95
|
+
|
|
96
|
+
<h2 id="COMMANDS">COMMANDS</h2>
|
|
97
|
+
<pre><code>COMMAND is one of the following:
|
|
98
|
+
|
|
99
|
+
create
|
|
100
|
+
Create a secret for a project
|
|
101
|
+
|
|
102
|
+
delete
|
|
103
|
+
Delete a secret for a project
|
|
104
|
+
|
|
105
|
+
list
|
|
106
|
+
Show metadata for all secrets of a project
|
|
107
|
+
</code></pre>
|
|
108
|
+
|
|
109
|
+
<p>Run $ uffizzi project secret COMMAND --help for more information on a command.</p>
|
|
110
|
+
|
|
111
|
+
<ol class='man-decor man-foot man foot'>
|
|
112
|
+
<li class='tl'></li>
|
|
113
|
+
<li class='tc'>March 2022</li>
|
|
114
|
+
<li class='tr'>uffizzi-project-secret</li>
|
|
115
|
+
</ol>
|
|
116
|
+
|
|
117
|
+
</div>
|
|
118
|
+
</body>
|
|
119
|
+
</html>
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
uffizzi-project-secret - manage secrets for a project
|
|
2
|
+
================================================================
|
|
3
|
+
|
|
4
|
+
## SYNOPSIS
|
|
5
|
+
uffizzi project secret COMMAND [UFFIZZI_WIDE_FLAG ...]
|
|
6
|
+
|
|
7
|
+
## DESCRIPTION
|
|
8
|
+
Manage secrets for a project. Once added, project secrets cannot
|
|
9
|
+
be viewed or edited.
|
|
10
|
+
|
|
11
|
+
For more information on secrets, see:
|
|
12
|
+
https://docs.uffizzi.com/cli/secret
|
|
13
|
+
|
|
14
|
+
## UFFIZZI WIDE FLAGS
|
|
15
|
+
These flags are available to all commands: --project. Run $ uffizzi
|
|
16
|
+
help for details.
|
|
17
|
+
|
|
18
|
+
## COMMANDS
|
|
19
|
+
COMMAND is one of the following:
|
|
20
|
+
|
|
21
|
+
create
|
|
22
|
+
Create a secret for a project
|
|
23
|
+
|
|
24
|
+
delete
|
|
25
|
+
Delete a secret for a project
|
|
26
|
+
|
|
27
|
+
list
|
|
28
|
+
Show metadata for all secrets of a project
|
|
29
|
+
|
|
30
|
+
Run $ uffizzi project secret COMMAND --help for more information on a command.
|