uffizzi-cli 2.0.34 → 2.0.36
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/lib/uffizzi/cli/cluster.rb +34 -5
- data/lib/uffizzi/cli/common.rb +1 -1
- data/lib/uffizzi/cli/project/compose.rb +2 -0
- data/lib/uffizzi/helpers/config_helper.rb +17 -0
- data/lib/uffizzi/services/cluster/disconnect_service.rb +71 -0
- data/lib/uffizzi/services/kubeconfig_service.rb +33 -8
- data/lib/uffizzi/version.rb +1 -1
- data/man/uffizzi +53 -0
- data/man/uffizzi-account +29 -0
- data/man/uffizzi-account-list +26 -0
- data/man/uffizzi-account-list.html +103 -0
- data/man/uffizzi-account-list.ronn +19 -0
- data/man/uffizzi-account-set-default +29 -0
- data/man/uffizzi-account-set-default.html +105 -0
- data/man/uffizzi-account-set-default.ronn +22 -0
- data/man/uffizzi-account.html +106 -0
- data/man/uffizzi-account.ronn +23 -0
- data/man/uffizzi-cluster +37 -0
- data/man/uffizzi-cluster-create +49 -0
- data/man/uffizzi-cluster-create.ronn +41 -0
- data/man/uffizzi-cluster-delete +32 -0
- data/man/uffizzi-cluster-delete.ronn +24 -0
- data/man/uffizzi-cluster-describe +39 -0
- data/man/uffizzi-cluster-describe.ronn +30 -0
- data/man/uffizzi-cluster-disconnect +40 -0
- data/man/uffizzi-cluster-disconnect.ronn +32 -0
- data/man/uffizzi-cluster-list +34 -0
- data/man/uffizzi-cluster-list.ronn +26 -0
- data/man/uffizzi-cluster-update-kubeconfig +37 -0
- data/man/uffizzi-cluster-update-kubeconfig.ronn +29 -0
- data/man/uffizzi-cluster.ronn +32 -0
- data/man/uffizzi-compose +39 -0
- data/man/uffizzi-compose-create +67 -0
- data/man/uffizzi-compose-create.ronn +57 -0
- data/man/uffizzi-compose-delete +38 -0
- data/man/uffizzi-compose-delete.ronn +29 -0
- data/man/uffizzi-compose-describe +38 -0
- data/man/uffizzi-compose-describe.ronn +29 -0
- data/man/uffizzi-compose-events +38 -0
- data/man/uffizzi-compose-events.ronn +29 -0
- data/man/uffizzi-compose-list +58 -0
- data/man/uffizzi-compose-list.ronn +49 -0
- data/man/uffizzi-compose-service-list +42 -0
- data/man/uffizzi-compose-service-list.ronn +32 -0
- data/man/uffizzi-compose-service-logs +59 -0
- data/man/uffizzi-compose-service-logs.ronn +48 -0
- data/man/uffizzi-compose-update +61 -0
- data/man/uffizzi-compose-update.ronn +51 -0
- data/man/uffizzi-compose.ronn +33 -0
- data/man/uffizzi-compose_service_logs +59 -0
- data/man/uffizzi-compose_service_logs.ronn +50 -0
- data/man/uffizzi-config +65 -0
- data/man/uffizzi-config.ronn +55 -0
- data/man/uffizzi-connect +40 -0
- data/man/uffizzi-connect-acr +37 -0
- data/man/uffizzi-connect-acr.ronn +42 -0
- data/man/uffizzi-connect-docker-hub +34 -0
- data/man/uffizzi-connect-docker-hub.ronn +39 -0
- data/man/uffizzi-connect-docker-registry +37 -0
- data/man/uffizzi-connect-docker-registry.ronn +41 -0
- data/man/uffizzi-connect-ecr +37 -0
- data/man/uffizzi-connect-ecr.ronn +42 -0
- data/man/uffizzi-connect-gcr +31 -0
- data/man/uffizzi-connect-gcr.ronn +36 -0
- data/man/uffizzi-connect-ghcr +34 -0
- data/man/uffizzi-connect-ghcr.ronn +40 -0
- data/man/uffizzi-connect.ronn +45 -0
- data/man/uffizzi-disconnect +37 -0
- data/man/uffizzi-disconnect.ronn +31 -0
- data/man/uffizzi-login +51 -0
- data/man/uffizzi-login-by-identity-token +29 -0
- data/man/uffizzi-login-by-identity-token.html +106 -0
- data/man/uffizzi-login-by-identity-token.ronn +21 -0
- data/man/uffizzi-login.html +113 -0
- data/man/uffizzi-login.ronn +41 -0
- data/man/uffizzi-logout +21 -0
- data/man/uffizzi-logout.ronn +19 -0
- data/man/uffizzi-preview +39 -0
- data/man/uffizzi-preview-create +67 -0
- data/man/uffizzi-preview-create.ronn +57 -0
- data/man/uffizzi-preview-delete +38 -0
- data/man/uffizzi-preview-delete.ronn +29 -0
- data/man/uffizzi-preview-describe +38 -0
- data/man/uffizzi-preview-describe.ronn +29 -0
- data/man/uffizzi-preview-events +38 -0
- data/man/uffizzi-preview-events.ronn +29 -0
- data/man/uffizzi-preview-list +58 -0
- data/man/uffizzi-preview-list.ronn +49 -0
- data/man/uffizzi-preview-service-list +42 -0
- data/man/uffizzi-preview-service-list.ronn +32 -0
- data/man/uffizzi-preview-service-logs +59 -0
- data/man/uffizzi-preview-service-logs.ronn +48 -0
- data/man/uffizzi-preview-update +61 -0
- data/man/uffizzi-preview-update.ronn +51 -0
- data/man/uffizzi-preview.ronn +33 -0
- data/man/uffizzi-preview_service_logs +59 -0
- data/man/uffizzi-preview_service_logs.ronn +50 -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.ronn +29 -0
- data/man/uffizzi-project-compose-set +66 -0
- data/man/uffizzi-project-compose-set.ronn +57 -0
- data/man/uffizzi-project-compose-unset +35 -0
- data/man/uffizzi-project-compose-unset.ronn +27 -0
- data/man/uffizzi-project-compose.ronn +34 -0
- data/man/uffizzi-project-create +50 -0
- data/man/uffizzi-project-create.ronn +41 -0
- data/man/uffizzi-project-delete +32 -0
- data/man/uffizzi-project-delete.ronn +24 -0
- data/man/uffizzi-project-describe +43 -0
- data/man/uffizzi-project-describe.ronn +34 -0
- data/man/uffizzi-project-preview-describe +37 -0
- data/man/uffizzi-project-preview-describe.ronn +29 -0
- data/man/uffizzi-project-preview-set +66 -0
- data/man/uffizzi-project-preview-set.ronn +57 -0
- data/man/uffizzi-project-secret +37 -0
- data/man/uffizzi-project-secret-create +29 -0
- data/man/uffizzi-project-secret-create.ronn +21 -0
- data/man/uffizzi-project-secret-delete +29 -0
- data/man/uffizzi-project-secret-delete.ronn +21 -0
- data/man/uffizzi-project-secret-list +28 -0
- data/man/uffizzi-project-secret-list.ronn +20 -0
- data/man/uffizzi-project-secret.ronn +30 -0
- data/man/uffizzi-project-set-default +34 -0
- data/man/uffizzi-project-set-default.ronn +26 -0
- data/man/uffizzi-project.html +124 -0
- data/man/uffizzi-project.ronn +41 -0
- data/man/uffizzi.html +132 -0
- data/man/uffizzi.ronn +45 -0
- metadata +126 -2
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
uffizzi-project-create - create a new project
|
|
2
|
+
================================================================
|
|
3
|
+
|
|
4
|
+
## SYNOPSIS
|
|
5
|
+
uffizzi project create [--name=NAME] [--slug=SLUG]
|
|
6
|
+
[--description=DESCRIPTION] [UFFIZZI_WIDE_FLAG ...]
|
|
7
|
+
|
|
8
|
+
## DESCRIPTION
|
|
9
|
+
Create new project.
|
|
10
|
+
|
|
11
|
+
This command can fail for the following reasons:
|
|
12
|
+
- The project --description is too long.
|
|
13
|
+
- The project --name flag is not specified.
|
|
14
|
+
- The project --slug is malformed or used by another project.
|
|
15
|
+
|
|
16
|
+
For more information on the uffizzi project command, see:
|
|
17
|
+
https:/docs.uffizzi.com/references/cli/
|
|
18
|
+
|
|
19
|
+
## FLAGS
|
|
20
|
+
--description=DESCRIPTION
|
|
21
|
+
Description for the project you want to create. Max of 256
|
|
22
|
+
characters.
|
|
23
|
+
|
|
24
|
+
--name=NAME
|
|
25
|
+
Name for the project you want to create.
|
|
26
|
+
|
|
27
|
+
--slug=SLUG
|
|
28
|
+
A URL-compatible name. Do not include whitespaces or special characters.
|
|
29
|
+
Project slugs must be globally unique across all Uffizzi projects.
|
|
30
|
+
If a slug is not provided, Uffizzi will automatically generate one.
|
|
31
|
+
|
|
32
|
+
## UFFIZZI WIDE FLAGS
|
|
33
|
+
These flags are available to all commands: --project. Run $ uffizzi
|
|
34
|
+
help for details.
|
|
35
|
+
|
|
36
|
+
## EXAMPLES
|
|
37
|
+
To create a new project with name My App, project slug my-app, and
|
|
38
|
+
description "My first project", run:
|
|
39
|
+
|
|
40
|
+
$ uffizzi project create --name="My App" --slug="my-app" \
|
|
41
|
+
--description="My first project"
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
.\" generated with Ronn-NG/v0.9.1
|
|
2
|
+
.\" http://github.com/apjanke/ronn-ng/tree/0.9.1
|
|
3
|
+
.TH "UFFIZZI\-PROJECT\-DELETE" "" "August 2023" ""
|
|
4
|
+
.SH "NAME"
|
|
5
|
+
\fBuffizzi\-project\-delete\fR \- delete a project
|
|
6
|
+
.SH "SYNOPSIS"
|
|
7
|
+
.nf
|
|
8
|
+
uffizzi project delete PROJECT_SLUG [UFFIZZI_WIDE_FLAG \|\.\|\.\|\.]
|
|
9
|
+
.fi
|
|
10
|
+
.SH "DESCRIPTION"
|
|
11
|
+
.nf
|
|
12
|
+
Deletes a project with the given project slug\.
|
|
13
|
+
|
|
14
|
+
This command can fail for the following reasons:
|
|
15
|
+
\- There is no project with the given project slug
|
|
16
|
+
\- The active account does not have permission to delete the project
|
|
17
|
+
|
|
18
|
+
For more information on Uffizzi projects, see:
|
|
19
|
+
https:/docs\.uffizzi\.com/references/cli/
|
|
20
|
+
.fi
|
|
21
|
+
.SH "UFFIZZI WIDE FLAGS"
|
|
22
|
+
.nf
|
|
23
|
+
These flags are available to all commands: \-\-project\. Run $ uffizzi
|
|
24
|
+
help for details\.
|
|
25
|
+
.fi
|
|
26
|
+
.SH "EXAMPLES"
|
|
27
|
+
.nf
|
|
28
|
+
To delete a project with project slug my\-app\-xc8fw, run:
|
|
29
|
+
|
|
30
|
+
$ uffizzi project delete my\-app\-xc8fw
|
|
31
|
+
.fi
|
|
32
|
+
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
uffizzi-project-delete - delete a project
|
|
2
|
+
================================================================
|
|
3
|
+
|
|
4
|
+
## SYNOPSIS
|
|
5
|
+
uffizzi project delete PROJECT_SLUG [UFFIZZI_WIDE_FLAG ...]
|
|
6
|
+
|
|
7
|
+
## DESCRIPTION
|
|
8
|
+
Deletes a project with the given project slug.
|
|
9
|
+
|
|
10
|
+
This command can fail for the following reasons:
|
|
11
|
+
- There is no project with the given project slug
|
|
12
|
+
- The active account does not have permission to delete the project
|
|
13
|
+
|
|
14
|
+
For more information on Uffizzi projects, see:
|
|
15
|
+
https:/docs.uffizzi.com/references/cli/
|
|
16
|
+
|
|
17
|
+
## UFFIZZI WIDE FLAGS
|
|
18
|
+
These flags are available to all commands: --project. Run $ uffizzi
|
|
19
|
+
help for details.
|
|
20
|
+
|
|
21
|
+
## EXAMPLES
|
|
22
|
+
To delete a project with project slug my-app-xc8fw, run:
|
|
23
|
+
|
|
24
|
+
$ uffizzi project delete my-app-xc8fw
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
.\" generated with Ronn-NG/v0.9.1
|
|
2
|
+
.\" http://github.com/apjanke/ronn-ng/tree/0.9.1
|
|
3
|
+
.TH "DESCRIBE" "" "August 2023" ""
|
|
4
|
+
.SH "NAME"
|
|
5
|
+
\fBdescribe\fR \- show metadata for a project
|
|
6
|
+
.SH "SYNOPSIS"
|
|
7
|
+
.nf
|
|
8
|
+
uffizzi project describe PROJECT_SLUG [UFFIZZI_WIDE_FLAG \|\.\|\.\|\.]
|
|
9
|
+
.fi
|
|
10
|
+
.SH "DESCRIPTION"
|
|
11
|
+
.nf
|
|
12
|
+
Shows metadata for a project given a valid project slug\.
|
|
13
|
+
|
|
14
|
+
This command can fail for the following reasons:
|
|
15
|
+
\- There is no project with the given project slug
|
|
16
|
+
|
|
17
|
+
For more information on Uffizzi projects, see:
|
|
18
|
+
https://docs\.uffizzi\.com/references/cli/
|
|
19
|
+
.fi
|
|
20
|
+
.SH "UFFIZZI WIDE FLAGS"
|
|
21
|
+
.nf
|
|
22
|
+
\-\-output FORMAT
|
|
23
|
+
Output format\. FORMAT is one of the following: json, pretty
|
|
24
|
+
Default is json\.
|
|
25
|
+
.fi
|
|
26
|
+
.SH "UFFIZZI WIDE FLAGS"
|
|
27
|
+
.nf
|
|
28
|
+
These flags are available to all commands: \-\-project\. Run $ uffizzi
|
|
29
|
+
help for details\.
|
|
30
|
+
.fi
|
|
31
|
+
.SH "EXAMPLES"
|
|
32
|
+
.nf
|
|
33
|
+
The following command prints metadata in json format for a project with the
|
|
34
|
+
project slug my\-app\-xc8fw:
|
|
35
|
+
|
|
36
|
+
$ uffizzi project describe my\-app\-xc8fw
|
|
37
|
+
|
|
38
|
+
The following command pretty prints metadata for a project with the project
|
|
39
|
+
slug my\-app\-xc8fw:
|
|
40
|
+
|
|
41
|
+
$ uffizzi project describe my\-app\-xc8fw \-\-output pretty
|
|
42
|
+
.fi
|
|
43
|
+
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
uffizzi project describe - show metadata for a project
|
|
2
|
+
================================================================
|
|
3
|
+
|
|
4
|
+
## SYNOPSIS
|
|
5
|
+
uffizzi project describe PROJECT_SLUG [UFFIZZI_WIDE_FLAG ...]
|
|
6
|
+
|
|
7
|
+
## DESCRIPTION
|
|
8
|
+
Shows metadata for a project given a valid project slug.
|
|
9
|
+
|
|
10
|
+
This command can fail for the following reasons:
|
|
11
|
+
- There is no project with the given project slug
|
|
12
|
+
|
|
13
|
+
For more information on Uffizzi projects, see:
|
|
14
|
+
https://docs.uffizzi.com/references/cli/
|
|
15
|
+
|
|
16
|
+
## UFFIZZI WIDE FLAGS
|
|
17
|
+
--output FORMAT
|
|
18
|
+
Output format. FORMAT is one of the following: json, pretty
|
|
19
|
+
Default is json.
|
|
20
|
+
|
|
21
|
+
## UFFIZZI WIDE FLAGS
|
|
22
|
+
These flags are available to all commands: --project. Run $ uffizzi
|
|
23
|
+
help for details.
|
|
24
|
+
|
|
25
|
+
## EXAMPLES
|
|
26
|
+
The following command prints metadata in json format for a project with the
|
|
27
|
+
project slug my-app-xc8fw:
|
|
28
|
+
|
|
29
|
+
$ uffizzi project describe my-app-xc8fw
|
|
30
|
+
|
|
31
|
+
The following command pretty prints metadata for a project with the project
|
|
32
|
+
slug my-app-xc8fw:
|
|
33
|
+
|
|
34
|
+
$ uffizzi project describe my-app-xc8fw --output pretty
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
.\" generated with Ronn-NG/v0.9.1
|
|
2
|
+
.\" http://github.com/apjanke/ronn-ng/tree/0.9.1
|
|
3
|
+
.TH "UFFIZZI\-PROJECT\-COMPOSE\-DESCRIBE" "" "August 2023" ""
|
|
4
|
+
.SH "NAME"
|
|
5
|
+
\fBuffizzi\-project\-compose\-describe\fR \- show metadata for a compose file
|
|
6
|
+
.SH "SYNOPSIS"
|
|
7
|
+
.nf
|
|
8
|
+
uffizzi project compose describe [UFFIZZI_WIDE_FLAG \|\.\|\.\|\.]
|
|
9
|
+
.fi
|
|
10
|
+
.SH "DESCRIPTION"
|
|
11
|
+
.nf
|
|
12
|
+
By default, shows the contents of the default project’s compose
|
|
13
|
+
file\. Use the \-\-project flag to describe the compose file of a
|
|
14
|
+
different project\.
|
|
15
|
+
|
|
16
|
+
This command can fail for the following reasons:
|
|
17
|
+
\- A compose file is not set for the project\.
|
|
18
|
+
|
|
19
|
+
For more information on the uffizzi project compose command, see:
|
|
20
|
+
https://docs\.uffizzi\.com/references/cli/
|
|
21
|
+
|
|
22
|
+
For more information on the Uffizzi Compose specification, see:
|
|
23
|
+
https://docs\.uffizzi\.com/references/compose\-spec
|
|
24
|
+
.fi
|
|
25
|
+
.SH "UFFIZZI WIDE FLAGS"
|
|
26
|
+
.nf
|
|
27
|
+
These flags are available to all commands: \-\-project\. Run $ uffizzi
|
|
28
|
+
help for details\.
|
|
29
|
+
.fi
|
|
30
|
+
.SH "EXAMPLES"
|
|
31
|
+
.nf
|
|
32
|
+
The following command prints the contents of the default project’s
|
|
33
|
+
compose file:
|
|
34
|
+
|
|
35
|
+
$ uffizzi project compose describe
|
|
36
|
+
.fi
|
|
37
|
+
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
uffizzi-project-compose-describe - show metadata for a compose file
|
|
2
|
+
================================================================
|
|
3
|
+
|
|
4
|
+
## SYNOPSIS
|
|
5
|
+
uffizzi project compose describe [UFFIZZI_WIDE_FLAG ...]
|
|
6
|
+
|
|
7
|
+
## DESCRIPTION
|
|
8
|
+
By default, shows the contents of the default project’s compose
|
|
9
|
+
file. Use the --project flag to describe the compose file of a
|
|
10
|
+
different project.
|
|
11
|
+
|
|
12
|
+
This command can fail for the following reasons:
|
|
13
|
+
- A compose file is not set for the project.
|
|
14
|
+
|
|
15
|
+
For more information on the uffizzi project compose command, see:
|
|
16
|
+
https://docs.uffizzi.com/references/cli/
|
|
17
|
+
|
|
18
|
+
For more information on the Uffizzi Compose specification, see:
|
|
19
|
+
https://docs.uffizzi.com/references/compose-spec
|
|
20
|
+
|
|
21
|
+
## UFFIZZI WIDE FLAGS
|
|
22
|
+
These flags are available to all commands: --project. Run $ uffizzi
|
|
23
|
+
help for details.
|
|
24
|
+
|
|
25
|
+
## EXAMPLES
|
|
26
|
+
The following command prints the contents of the default project’s
|
|
27
|
+
compose file:
|
|
28
|
+
|
|
29
|
+
$ uffizzi project compose describe
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
.\" generated with Ronn-NG/v0.9.1
|
|
2
|
+
.\" http://github.com/apjanke/ronn-ng/tree/0.9.1
|
|
3
|
+
.TH "UFFIZZI\-PROJECT\-COMPOSE\-SET" "" "August 2023" ""
|
|
4
|
+
.SH "NAME"
|
|
5
|
+
\fBuffizzi\-project\-compose\-set\fR \- sets the configuration of a project with a compose file
|
|
6
|
+
.SH "SYNOPSIS"
|
|
7
|
+
.nf
|
|
8
|
+
uffizzi project compose set [\-\-repository=REPOSITORY]
|
|
9
|
+
[\-\-branch=BRANCH] [\-\-path=PATH_TO_COMPOSE_FILE]
|
|
10
|
+
[UFFIZZI_WIDE_FLAG \|\.\|\.\|\.]
|
|
11
|
+
.fi
|
|
12
|
+
.SH "DESCRIPTION"
|
|
13
|
+
.nf
|
|
14
|
+
By default, sets the configuration of the default project with the
|
|
15
|
+
specified compose file\. Use the \-\-project flag to set the compose
|
|
16
|
+
file of a different project\. If already set, this command overrides
|
|
17
|
+
the project\'s configuration with the new compose file\. The compose
|
|
18
|
+
file must exist within a GitHub repository\.
|
|
19
|
+
|
|
20
|
+
This command can fail for the following reasons:
|
|
21
|
+
\- The repository, branch, or path to the compose file as
|
|
22
|
+
specified does not exist\.
|
|
23
|
+
\- uffizzi is not authorized to access the repository\.
|
|
24
|
+
Run $ uffizzi connect \-\-help for details about connecting to
|
|
25
|
+
external services\.
|
|
26
|
+
\- The compose file is invalid\.
|
|
27
|
+
|
|
28
|
+
For more information on the uffizzi project compose command, see:
|
|
29
|
+
https://docs\.uffizzi\.com/references/cli/
|
|
30
|
+
|
|
31
|
+
For more information on the Uffizzi Compose specification, see:
|
|
32
|
+
https://docs\.uffizzi\.com/references/compose\-spec
|
|
33
|
+
.fi
|
|
34
|
+
.SH "FLAGS"
|
|
35
|
+
.nf
|
|
36
|
+
\-\-repository=REPOSITORY
|
|
37
|
+
The repository that contains the compose file you want to set
|
|
38
|
+
for a project\.
|
|
39
|
+
|
|
40
|
+
\-\-branch=BRANCH
|
|
41
|
+
The branch of the repository that contains the compose file you
|
|
42
|
+
want to set for a project\. If not specified, the default branch
|
|
43
|
+
as configured on GitHub is used\.
|
|
44
|
+
|
|
45
|
+
\-\-path=PATH_TO_COMPOSE_FILE
|
|
46
|
+
The path to the compose file that you want to set for a project\.
|
|
47
|
+
This compose file is used as the default when creating previews\.
|
|
48
|
+
Run $ uffizzi preview \-\-help for details\.
|
|
49
|
+
.fi
|
|
50
|
+
.SH "UFFIZZI WIDE FLAGS"
|
|
51
|
+
.nf
|
|
52
|
+
These flags are available to all commands: \-\-project\. Run $ uffizzi
|
|
53
|
+
help for details\.
|
|
54
|
+
.fi
|
|
55
|
+
.SH "EXAMPLES"
|
|
56
|
+
.nf
|
|
57
|
+
The following command sets a compose file for the default project\.
|
|
58
|
+
The compose file (docker\-compose\.uffizzi\.yml) exists in the main
|
|
59
|
+
branch of a GitHub repository called example\-app:
|
|
60
|
+
|
|
61
|
+
$ uffizzi project compose set \e
|
|
62
|
+
\-\-repository="github\.com/example/example\-app" \e
|
|
63
|
+
\-\-branch="main" \e
|
|
64
|
+
\-\-path="app/docker\-compose\.uffizzi\.yml"
|
|
65
|
+
.fi
|
|
66
|
+
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
uffizzi-project-compose-set - sets the configuration of a project with a compose file
|
|
2
|
+
================================================================
|
|
3
|
+
|
|
4
|
+
## SYNOPSIS
|
|
5
|
+
uffizzi project compose set [--repository=REPOSITORY]
|
|
6
|
+
[--branch=BRANCH] [--path=PATH_TO_COMPOSE_FILE]
|
|
7
|
+
[UFFIZZI_WIDE_FLAG ...]
|
|
8
|
+
|
|
9
|
+
## DESCRIPTION
|
|
10
|
+
By default, sets the configuration of the default project with the
|
|
11
|
+
specified compose file. Use the --project flag to set the compose
|
|
12
|
+
file of a different project. If already set, this command overrides
|
|
13
|
+
the project's configuration with the new compose file. The compose
|
|
14
|
+
file must exist within a GitHub repository.
|
|
15
|
+
|
|
16
|
+
This command can fail for the following reasons:
|
|
17
|
+
- The repository, branch, or path to the compose file as
|
|
18
|
+
specified does not exist.
|
|
19
|
+
- uffizzi is not authorized to access the repository.
|
|
20
|
+
Run $ uffizzi connect --help for details about connecting to
|
|
21
|
+
external services.
|
|
22
|
+
- The compose file is invalid.
|
|
23
|
+
|
|
24
|
+
For more information on the uffizzi project compose command, see:
|
|
25
|
+
https://docs.uffizzi.com/references/cli/
|
|
26
|
+
|
|
27
|
+
For more information on the Uffizzi Compose specification, see:
|
|
28
|
+
https://docs.uffizzi.com/references/compose-spec
|
|
29
|
+
|
|
30
|
+
## FLAGS
|
|
31
|
+
--repository=REPOSITORY
|
|
32
|
+
The repository that contains the compose file you want to set
|
|
33
|
+
for a project.
|
|
34
|
+
|
|
35
|
+
--branch=BRANCH
|
|
36
|
+
The branch of the repository that contains the compose file you
|
|
37
|
+
want to set for a project. If not specified, the default branch
|
|
38
|
+
as configured on GitHub is used.
|
|
39
|
+
|
|
40
|
+
--path=PATH_TO_COMPOSE_FILE
|
|
41
|
+
The path to the compose file that you want to set for a project.
|
|
42
|
+
This compose file is used as the default when creating previews.
|
|
43
|
+
Run $ uffizzi preview --help for details.
|
|
44
|
+
|
|
45
|
+
## UFFIZZI WIDE FLAGS
|
|
46
|
+
These flags are available to all commands: --project. Run $ uffizzi
|
|
47
|
+
help for details.
|
|
48
|
+
|
|
49
|
+
## EXAMPLES
|
|
50
|
+
The following command sets a compose file for the default project.
|
|
51
|
+
The compose file (docker-compose.uffizzi.yml) exists in the main
|
|
52
|
+
branch of a GitHub repository called example-app:
|
|
53
|
+
|
|
54
|
+
$ uffizzi project compose set \
|
|
55
|
+
--repository="github.com/example/example-app" \
|
|
56
|
+
--branch="main" \
|
|
57
|
+
--path="app/docker-compose.uffizzi.yml"
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
.\" generated with Ronn-NG/v0.9.1
|
|
2
|
+
.\" http://github.com/apjanke/ronn-ng/tree/0.9.1
|
|
3
|
+
.TH "UFFIZZI\-PROJECT\-SECRET" "" "August 2023" ""
|
|
4
|
+
.SH "NAME"
|
|
5
|
+
\fBuffizzi\-project\-secret\fR \- manage secrets for a project
|
|
6
|
+
.SH "SYNOPSIS"
|
|
7
|
+
.nf
|
|
8
|
+
uffizzi project secret COMMAND [UFFIZZI_WIDE_FLAG \|\.\|\.\|\.]
|
|
9
|
+
.fi
|
|
10
|
+
.SH "DESCRIPTION"
|
|
11
|
+
.nf
|
|
12
|
+
Manage secrets for a project\. Once added, project secrets cannot
|
|
13
|
+
be viewed or edited\.
|
|
14
|
+
|
|
15
|
+
For more information on secrets, see:
|
|
16
|
+
https://docs\.uffizzi\.com/references/cli/
|
|
17
|
+
.fi
|
|
18
|
+
.SH "UFFIZZI WIDE FLAGS"
|
|
19
|
+
.nf
|
|
20
|
+
These flags are available to all commands: \-\-project\. Run $ uffizzi
|
|
21
|
+
help for details\.
|
|
22
|
+
.fi
|
|
23
|
+
.SH "COMMANDS"
|
|
24
|
+
.nf
|
|
25
|
+
COMMAND is one of the following:
|
|
26
|
+
|
|
27
|
+
create
|
|
28
|
+
Create a secret for a project
|
|
29
|
+
|
|
30
|
+
delete
|
|
31
|
+
Delete a secret for a project
|
|
32
|
+
|
|
33
|
+
list
|
|
34
|
+
Show metadata for all secrets of a project
|
|
35
|
+
.fi
|
|
36
|
+
.P
|
|
37
|
+
Run $ uffizzi project secret COMMAND \-\-help for more information on a command\.
|
|
@@ -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\-CREATE" "" "August 2023" ""
|
|
4
|
+
.SH "NAME"
|
|
5
|
+
\fBuffizzi\-project\-secret\-create\fR \- Creates a secret from STDIN
|
|
6
|
+
.SH "SYNOPSIS"
|
|
7
|
+
.nf
|
|
8
|
+
uffizzi project secret create SECRET [\-] [UFFIZZI_WIDE_FLAG \|\.\|\.\|\.]
|
|
9
|
+
.fi
|
|
10
|
+
.SH "DESCRIPTION"
|
|
11
|
+
.nf
|
|
12
|
+
Creates a secret from STDIN
|
|
13
|
+
|
|
14
|
+
For more information on the uffizzi project secret command, see:
|
|
15
|
+
https://docs\.uffizzi\.com/references/cli/
|
|
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 creates a secret called MY_SECRET from STDIN
|
|
25
|
+
in the default project:
|
|
26
|
+
|
|
27
|
+
$ printf "my secret password" | uffizzi project secret create MY_SECRET
|
|
28
|
+
.fi
|
|
29
|
+
|
|
@@ -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/references/cli/
|
|
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" "" "August 2023" ""
|
|
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/references/cli/
|
|
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,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/references/cli/
|
|
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" "" "August 2023" ""
|
|
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/references/cli/
|
|
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,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/references/cli/
|
|
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,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/references/cli/
|
|
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.
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
.\" generated with Ronn-NG/v0.9.1
|
|
2
|
+
.\" http://github.com/apjanke/ronn-ng/tree/0.9.1
|
|
3
|
+
.TH "UFFIZZI\-PROJECT\-SET\-DEFAULT" "" "August 2023" ""
|
|
4
|
+
.SH "NAME"
|
|
5
|
+
\fBuffizzi\-project\-set\-default\fR \- set the default project for the active account
|
|
6
|
+
.SH "SYNOPSIS"
|
|
7
|
+
.nf
|
|
8
|
+
uffizzi project set\-default PROJECT_SLUG [UFFIZZI_WIDE_FLAG \|\.\|\.\|\.]
|
|
9
|
+
.fi
|
|
10
|
+
.SH "DESCRIPTION"
|
|
11
|
+
.nf
|
|
12
|
+
Sets the default project given with the given project slug\. When set,
|
|
13
|
+
all commands use this project as the default context unless
|
|
14
|
+
overridden by the \-\-project flag\.
|
|
15
|
+
|
|
16
|
+
This command can fail for the following reasons:
|
|
17
|
+
\- There is no project with the given project slug
|
|
18
|
+
|
|
19
|
+
For more information on Uffizzi projects, see:
|
|
20
|
+
https://docs\.uffizzi\.com/references/cli/
|
|
21
|
+
.fi
|
|
22
|
+
.SH "UFFIZZI WIDE FLAGS"
|
|
23
|
+
.nf
|
|
24
|
+
These flags are available to all commands: \-\-project\. Run $ uffizzi
|
|
25
|
+
help for details\.
|
|
26
|
+
.fi
|
|
27
|
+
.SH "EXAMPLES"
|
|
28
|
+
.nf
|
|
29
|
+
The following sets the default project with project slug
|
|
30
|
+
example\-foo\-9suw4 for the active account:
|
|
31
|
+
|
|
32
|
+
$ uffizzi project set\-default example\-foo\-9suw4
|
|
33
|
+
.fi
|
|
34
|
+
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
uffizzi-project-set-default - set the default project for the active account
|
|
2
|
+
================================================================
|
|
3
|
+
|
|
4
|
+
## SYNOPSIS
|
|
5
|
+
uffizzi project set-default PROJECT_SLUG [UFFIZZI_WIDE_FLAG ...]
|
|
6
|
+
|
|
7
|
+
## DESCRIPTION
|
|
8
|
+
Sets the default project given with the given project slug. When set,
|
|
9
|
+
all commands use this project as the default context unless
|
|
10
|
+
overridden by the --project flag.
|
|
11
|
+
|
|
12
|
+
This command can fail for the following reasons:
|
|
13
|
+
- There is no project with the given project slug
|
|
14
|
+
|
|
15
|
+
For more information on Uffizzi projects, see:
|
|
16
|
+
https://docs.uffizzi.com/references/cli/
|
|
17
|
+
|
|
18
|
+
## UFFIZZI WIDE FLAGS
|
|
19
|
+
These flags are available to all commands: --project. Run $ uffizzi
|
|
20
|
+
help for details.
|
|
21
|
+
|
|
22
|
+
## EXAMPLES
|
|
23
|
+
The following sets the default project with project slug
|
|
24
|
+
example-foo-9suw4 for the active account:
|
|
25
|
+
|
|
26
|
+
$ uffizzi project set-default example-foo-9suw4
|