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.
Files changed (132) hide show
  1. checksums.yaml +4 -4
  2. data/lib/uffizzi/cli/cluster.rb +34 -5
  3. data/lib/uffizzi/cli/common.rb +1 -1
  4. data/lib/uffizzi/cli/project/compose.rb +2 -0
  5. data/lib/uffizzi/helpers/config_helper.rb +17 -0
  6. data/lib/uffizzi/services/cluster/disconnect_service.rb +71 -0
  7. data/lib/uffizzi/services/kubeconfig_service.rb +33 -8
  8. data/lib/uffizzi/version.rb +1 -1
  9. data/man/uffizzi +53 -0
  10. data/man/uffizzi-account +29 -0
  11. data/man/uffizzi-account-list +26 -0
  12. data/man/uffizzi-account-list.html +103 -0
  13. data/man/uffizzi-account-list.ronn +19 -0
  14. data/man/uffizzi-account-set-default +29 -0
  15. data/man/uffizzi-account-set-default.html +105 -0
  16. data/man/uffizzi-account-set-default.ronn +22 -0
  17. data/man/uffizzi-account.html +106 -0
  18. data/man/uffizzi-account.ronn +23 -0
  19. data/man/uffizzi-cluster +37 -0
  20. data/man/uffizzi-cluster-create +49 -0
  21. data/man/uffizzi-cluster-create.ronn +41 -0
  22. data/man/uffizzi-cluster-delete +32 -0
  23. data/man/uffizzi-cluster-delete.ronn +24 -0
  24. data/man/uffizzi-cluster-describe +39 -0
  25. data/man/uffizzi-cluster-describe.ronn +30 -0
  26. data/man/uffizzi-cluster-disconnect +40 -0
  27. data/man/uffizzi-cluster-disconnect.ronn +32 -0
  28. data/man/uffizzi-cluster-list +34 -0
  29. data/man/uffizzi-cluster-list.ronn +26 -0
  30. data/man/uffizzi-cluster-update-kubeconfig +37 -0
  31. data/man/uffizzi-cluster-update-kubeconfig.ronn +29 -0
  32. data/man/uffizzi-cluster.ronn +32 -0
  33. data/man/uffizzi-compose +39 -0
  34. data/man/uffizzi-compose-create +67 -0
  35. data/man/uffizzi-compose-create.ronn +57 -0
  36. data/man/uffizzi-compose-delete +38 -0
  37. data/man/uffizzi-compose-delete.ronn +29 -0
  38. data/man/uffizzi-compose-describe +38 -0
  39. data/man/uffizzi-compose-describe.ronn +29 -0
  40. data/man/uffizzi-compose-events +38 -0
  41. data/man/uffizzi-compose-events.ronn +29 -0
  42. data/man/uffizzi-compose-list +58 -0
  43. data/man/uffizzi-compose-list.ronn +49 -0
  44. data/man/uffizzi-compose-service-list +42 -0
  45. data/man/uffizzi-compose-service-list.ronn +32 -0
  46. data/man/uffizzi-compose-service-logs +59 -0
  47. data/man/uffizzi-compose-service-logs.ronn +48 -0
  48. data/man/uffizzi-compose-update +61 -0
  49. data/man/uffizzi-compose-update.ronn +51 -0
  50. data/man/uffizzi-compose.ronn +33 -0
  51. data/man/uffizzi-compose_service_logs +59 -0
  52. data/man/uffizzi-compose_service_logs.ronn +50 -0
  53. data/man/uffizzi-config +65 -0
  54. data/man/uffizzi-config.ronn +55 -0
  55. data/man/uffizzi-connect +40 -0
  56. data/man/uffizzi-connect-acr +37 -0
  57. data/man/uffizzi-connect-acr.ronn +42 -0
  58. data/man/uffizzi-connect-docker-hub +34 -0
  59. data/man/uffizzi-connect-docker-hub.ronn +39 -0
  60. data/man/uffizzi-connect-docker-registry +37 -0
  61. data/man/uffizzi-connect-docker-registry.ronn +41 -0
  62. data/man/uffizzi-connect-ecr +37 -0
  63. data/man/uffizzi-connect-ecr.ronn +42 -0
  64. data/man/uffizzi-connect-gcr +31 -0
  65. data/man/uffizzi-connect-gcr.ronn +36 -0
  66. data/man/uffizzi-connect-ghcr +34 -0
  67. data/man/uffizzi-connect-ghcr.ronn +40 -0
  68. data/man/uffizzi-connect.ronn +45 -0
  69. data/man/uffizzi-disconnect +37 -0
  70. data/man/uffizzi-disconnect.ronn +31 -0
  71. data/man/uffizzi-login +51 -0
  72. data/man/uffizzi-login-by-identity-token +29 -0
  73. data/man/uffizzi-login-by-identity-token.html +106 -0
  74. data/man/uffizzi-login-by-identity-token.ronn +21 -0
  75. data/man/uffizzi-login.html +113 -0
  76. data/man/uffizzi-login.ronn +41 -0
  77. data/man/uffizzi-logout +21 -0
  78. data/man/uffizzi-logout.ronn +19 -0
  79. data/man/uffizzi-preview +39 -0
  80. data/man/uffizzi-preview-create +67 -0
  81. data/man/uffizzi-preview-create.ronn +57 -0
  82. data/man/uffizzi-preview-delete +38 -0
  83. data/man/uffizzi-preview-delete.ronn +29 -0
  84. data/man/uffizzi-preview-describe +38 -0
  85. data/man/uffizzi-preview-describe.ronn +29 -0
  86. data/man/uffizzi-preview-events +38 -0
  87. data/man/uffizzi-preview-events.ronn +29 -0
  88. data/man/uffizzi-preview-list +58 -0
  89. data/man/uffizzi-preview-list.ronn +49 -0
  90. data/man/uffizzi-preview-service-list +42 -0
  91. data/man/uffizzi-preview-service-list.ronn +32 -0
  92. data/man/uffizzi-preview-service-logs +59 -0
  93. data/man/uffizzi-preview-service-logs.ronn +48 -0
  94. data/man/uffizzi-preview-update +61 -0
  95. data/man/uffizzi-preview-update.ronn +51 -0
  96. data/man/uffizzi-preview.ronn +33 -0
  97. data/man/uffizzi-preview_service_logs +59 -0
  98. data/man/uffizzi-preview_service_logs.ronn +50 -0
  99. data/man/uffizzi-project +47 -0
  100. data/man/uffizzi-project-compose +40 -0
  101. data/man/uffizzi-project-compose-describe +37 -0
  102. data/man/uffizzi-project-compose-describe.ronn +29 -0
  103. data/man/uffizzi-project-compose-set +66 -0
  104. data/man/uffizzi-project-compose-set.ronn +57 -0
  105. data/man/uffizzi-project-compose-unset +35 -0
  106. data/man/uffizzi-project-compose-unset.ronn +27 -0
  107. data/man/uffizzi-project-compose.ronn +34 -0
  108. data/man/uffizzi-project-create +50 -0
  109. data/man/uffizzi-project-create.ronn +41 -0
  110. data/man/uffizzi-project-delete +32 -0
  111. data/man/uffizzi-project-delete.ronn +24 -0
  112. data/man/uffizzi-project-describe +43 -0
  113. data/man/uffizzi-project-describe.ronn +34 -0
  114. data/man/uffizzi-project-preview-describe +37 -0
  115. data/man/uffizzi-project-preview-describe.ronn +29 -0
  116. data/man/uffizzi-project-preview-set +66 -0
  117. data/man/uffizzi-project-preview-set.ronn +57 -0
  118. data/man/uffizzi-project-secret +37 -0
  119. data/man/uffizzi-project-secret-create +29 -0
  120. data/man/uffizzi-project-secret-create.ronn +21 -0
  121. data/man/uffizzi-project-secret-delete +29 -0
  122. data/man/uffizzi-project-secret-delete.ronn +21 -0
  123. data/man/uffizzi-project-secret-list +28 -0
  124. data/man/uffizzi-project-secret-list.ronn +20 -0
  125. data/man/uffizzi-project-secret.ronn +30 -0
  126. data/man/uffizzi-project-set-default +34 -0
  127. data/man/uffizzi-project-set-default.ronn +26 -0
  128. data/man/uffizzi-project.html +124 -0
  129. data/man/uffizzi-project.ronn +41 -0
  130. data/man/uffizzi.html +132 -0
  131. data/man/uffizzi.ronn +45 -0
  132. metadata +126 -2
@@ -0,0 +1,61 @@
1
+ .\" generated with Ronn-NG/v0.9.1
2
+ .\" http://github.com/apjanke/ronn-ng/tree/0.9.1
3
+ .TH "UPDATE" "" "August 2023" ""
4
+ .SH "NAME"
5
+ \fBupdate\fR \- update a compose environment (preview)
6
+ .SH "SYNOPSIS"
7
+ .nf
8
+ uffizzi compose update [COMPOSE_ENVIRONMENT_ID] [COMPOSE_FILE] [UFFIZZI_WIDE_FLAG \|\.\|\.\|\.]
9
+ .fi
10
+ .SH "DESCRIPTION"
11
+ .nf
12
+ Given a compose environment (preview) ID and new compose file,
13
+ update a compose environment (preview)\. Updating a compose
14
+ environment (preview) does not change its compose environment (preview) URL\.
15
+
16
+ This command can fail for the following reasons:
17
+ \- There is no compose environment (preview) with the given COMPOSE_ENVIRONMENT_ID
18
+ \- The COMPOSE_FILE specified is invalid
19
+
20
+ For more information on Uffizzi previews, see:
21
+ https://docs\.uffizzi\.com/references/cli/
22
+ .fi
23
+ .SH "POSITIONAL ARGUMENTS"
24
+ .nf
25
+ [COMPOSE_ENVIRONMENT_ID]
26
+ The ID of the compose environment (preview) that you want to update\.
27
+
28
+ [COMPOSE_FILE]
29
+ The new compose file you want to compose environment (preview)\.
30
+ .fi
31
+ .SH "FLAGS"
32
+ .nf
33
+ \-\-set\-labels=METADATA
34
+ Metadata of deployment that contains any information which can
35
+ be useful for filtering deployments\.
36
+ .fi
37
+ .SH "UFFIZZI WIDE FLAGS"
38
+ .nf
39
+ These flags are available to all commands: \-\-project\. Run $ uffizzi
40
+ help for details\.
41
+ .fi
42
+ .SH "EXAMPLES"
43
+ .nf
44
+ The following command updates a compose environment (preview)
45
+ with ID deployment\-67 using compose file docker\-compose\.alt\.yml:
46
+
47
+ $ uffizzi compose update deployment\-67 docker\-compose\.alt\.yml
48
+
49
+ To update a compose with single label, run:
50
+
51
+ $ uffizzi compose update \e
52
+ deployment\-67 docker\-compose\.alt\.yml \e
53
+ \-\-set\-labels github\.repo=my_repo
54
+
55
+ To update a compose with multiple labels, run:
56
+
57
+ $ uffizzi compose update \e
58
+ deployment\-67 docker\-compose\.alt\.yml \e
59
+ \-\-set\-labels="github\.repo=my_repo github\.pull_request\.number=23"
60
+ .fi
61
+
@@ -0,0 +1,51 @@
1
+ uffizzi compose update - update a compose environment (preview)
2
+ ================================================================
3
+
4
+ ## SYNOPSIS
5
+ uffizzi compose update [COMPOSE_ENVIRONMENT_ID] [COMPOSE_FILE] [UFFIZZI_WIDE_FLAG ...]
6
+
7
+ ## DESCRIPTION
8
+ Given a compose environment (preview) ID and new compose file,
9
+ update a compose environment (preview). Updating a compose
10
+ environment (preview) does not change its compose environment (preview) URL.
11
+
12
+ This command can fail for the following reasons:
13
+ - There is no compose environment (preview) with the given COMPOSE_ENVIRONMENT_ID
14
+ - The COMPOSE_FILE specified is invalid
15
+
16
+ For more information on Uffizzi previews, see:
17
+ https://docs.uffizzi.com/references/cli/
18
+
19
+ ## POSITIONAL ARGUMENTS
20
+ [COMPOSE_ENVIRONMENT_ID]
21
+ The ID of the compose environment (preview) that you want to update.
22
+
23
+ [COMPOSE_FILE]
24
+ The new compose file you want to compose environment (preview).
25
+
26
+ ## FLAGS
27
+ --set-labels=METADATA
28
+ Metadata of deployment that contains any information which can
29
+ be useful for filtering deployments.
30
+
31
+ ## UFFIZZI WIDE FLAGS
32
+ These flags are available to all commands: --project. Run $ uffizzi
33
+ help for details.
34
+
35
+ ## EXAMPLES
36
+ The following command updates a compose environment (preview)
37
+ with ID deployment-67 using compose file docker-compose.alt.yml:
38
+
39
+ $ uffizzi compose update deployment-67 docker-compose.alt.yml
40
+
41
+ To update a compose with single label, run:
42
+
43
+ $ uffizzi compose update \
44
+ deployment-67 docker-compose.alt.yml \
45
+ --set-labels github.repo=my_repo
46
+
47
+ To update a compose with multiple labels, run:
48
+
49
+ $ uffizzi compose update \
50
+ deployment-67 docker-compose.alt.yml \
51
+ --set-labels="github.repo=my_repo github.pull_request.number=23"
@@ -0,0 +1,33 @@
1
+ uffizzi-compose - manage previews
2
+ ================================================================
3
+
4
+ ## SYNOPSIS
5
+ uffizzi compose COMMAND [UFFIZZI_WIDE_FLAG ...]
6
+
7
+ ## DESCRIPTION
8
+ Manage Uffizzi previews
9
+
10
+ For more information on Uffizzi previews, 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
+ ## COMMANDS
18
+ COMMAND is one of the following:
19
+
20
+ create
21
+ Create a compose environment (preview)
22
+
23
+ delete
24
+ Delete a compose environment (preview)
25
+
26
+ describe
27
+ Display details of a compose environment (preview)
28
+
29
+ list
30
+ List all compose environments (previews)
31
+
32
+ ##
33
+ Run 'uffizzi compose COMMAND --help' for more information on a command.
@@ -0,0 +1,59 @@
1
+ .\" generated with Ronn-NG/v0.9.1
2
+ .\" http://github.com/apjanke/ronn-ng/tree/0.9.1
3
+ .TH "UFFIZZI\-PREVIEW_SERVICE_LOGS" "" "August 2023" ""
4
+ .SH "NAME"
5
+ \fBuffizzi\-preview_service_logs\fR
6
+ .P
7
+ uffizzi\-compose\-service\-logs \- show the logs for a container service of a compose environment (preview) ================================================================
8
+ .SH "SYNOPSIS"
9
+ .nf
10
+ uffizzi compose service logs LOG_TYPE [COMPOSE_ENVIRONMENT_ID] [SERVICE] [UFFIZZI_WIDE_FLAG \|\.\|\.\|\.]
11
+ .fi
12
+ .SH "DESCRIPTION"
13
+ .nf
14
+ Shows the logs for a given container service of a given compose environment (preview)\.
15
+
16
+ This command can fail for the following reasons:
17
+ \- There is no compose environment (preview) with the given COMPOSE_ENVIRONMENT_ID
18
+ \- There is no service with the name SERVICE
19
+
20
+ For more information on service logs, see:
21
+ https://docs\.uffizzi\.com/references/cli/
22
+ .fi
23
+ .SH "LOG_TYPE"
24
+ .nf
25
+ LOG_TYPE is one of the following:
26
+
27
+ build
28
+ The build logs of a service\.
29
+
30
+ container
31
+ The container logs of a service\.
32
+ .fi
33
+ .SH "POSITIONAL ARGUMENTS"
34
+ .nf
35
+ [COMPOSE_ENVIRONMENT_ID]
36
+ The ID of the compose environment (preview) that includes the service you want to
37
+ show logs for\.
38
+
39
+ [SERVICE]
40
+ The name of the service you want to show logs for\.
41
+ .fi
42
+ .SH "UFFIZZI WIDE FLAGS"
43
+ .nf
44
+ These flags are available to all commands: \-\-project\. Run $ uffizzi
45
+ help for details\.
46
+ .fi
47
+ .SH "EXAMPLES"
48
+ .nf
49
+ The following command shows build logs for the service web\-app of the
50
+ compose environment (preview) with ID deployment\-14:
51
+
52
+ $ uffizzi compose service logs build deployment\-14 web\-app
53
+
54
+ The following command shows container logs for the service postgres\-db of
55
+ the compose environment (preview) with ID deployment\-14:
56
+
57
+ $ uffizzi compose service logs container deployment\-14 postgres\-db
58
+ .fi
59
+
@@ -0,0 +1,50 @@
1
+ uffizzi-compose-service-logs - show the logs for a container service
2
+ of a compose environment (preview)
3
+ ================================================================
4
+
5
+ ## SYNOPSIS
6
+ uffizzi compose service logs LOG_TYPE [COMPOSE_ENVIRONMENT_ID] [SERVICE] [UFFIZZI_WIDE_FLAG ...]
7
+
8
+ ## DESCRIPTION
9
+ Shows the logs for a given container service of a given compose environment (preview).
10
+
11
+ This command can fail for the following reasons:
12
+ - There is no compose environment (preview) with the given COMPOSE_ENVIRONMENT_ID
13
+ - There is no service with the name SERVICE
14
+
15
+ For more information on service logs, see:
16
+ https://docs.uffizzi.com/references/cli/
17
+
18
+ ## LOG_TYPE
19
+ LOG_TYPE is one of the following:
20
+
21
+ build
22
+ The build logs of a service.
23
+
24
+ container
25
+ The container logs of a service.
26
+
27
+ ## POSITIONAL ARGUMENTS
28
+ [COMPOSE_ENVIRONMENT_ID]
29
+ The ID of the compose environment (preview) that includes the service you want to
30
+ show logs for.
31
+
32
+ [SERVICE]
33
+ The name of the service you want to show logs for.
34
+
35
+
36
+ ## UFFIZZI WIDE FLAGS
37
+ These flags are available to all commands: --project. Run $ uffizzi
38
+ help for details.
39
+
40
+ ## EXAMPLES
41
+ The following command shows build logs for the service web-app of the
42
+ compose environment (preview) with ID deployment-14:
43
+
44
+ $ uffizzi compose service logs build deployment-14 web-app
45
+
46
+ The following command shows container logs for the service postgres-db of
47
+ the compose environment (preview) with ID deployment-14:
48
+
49
+ $ uffizzi compose service logs container deployment-14 postgres-db
50
+
@@ -0,0 +1,47 @@
1
+ .\" generated with Ronn-NG/v0.9.1
2
+ .\" http://github.com/apjanke/ronn-ng/tree/0.9.1
3
+ .TH "UFFIZZI\-PROJECT" "" "August 2023" ""
4
+ .SH "NAME"
5
+ \fBuffizzi\-project\fR \- manage Uffizzi projects
6
+ .SH "SYNOPSIS"
7
+ .nf
8
+ uffizzi project COMMAND [UFFIZZI_WIDE_FLAG \|\.\|\.\|\.]
9
+ .fi
10
+ .SH "DESCRIPTION"
11
+ .nf
12
+ Manage Uffizzi projects
13
+
14
+ For more information on Uffizzi projects, see:
15
+ https://docs\.uffizzi\.com/references/cli/
16
+ .fi
17
+ .SH "COMMANDS"
18
+ .nf
19
+ COMMAND is one of the following:
20
+
21
+ compose
22
+ Manage the compose file for a project\.
23
+
24
+ create
25
+ Create a new project\.
26
+
27
+ delete
28
+ Delete a project\.
29
+
30
+ describe
31
+ Display project meta data\.
32
+
33
+ list
34
+ List all projects in the account\.
35
+
36
+ secret
37
+ Manage secrets for a project\.
38
+
39
+ set\-default
40
+ Set the default project in the uffizzi configuration\. Also see
41
+ $ uffizzi config help for details\.
42
+
43
+ update OPTIONS
44
+ Update a project\'s metadata\.
45
+ .fi
46
+ .P
47
+ Run $ uffizzi project COMMAND \-\-help for more information on a command\.
@@ -0,0 +1,40 @@
1
+ .\" generated with Ronn-NG/v0.9.1
2
+ .\" http://github.com/apjanke/ronn-ng/tree/0.9.1
3
+ .TH "UFFIZZI\-PROJECT\-COMPOSE" "" "August 2023" ""
4
+ .SH "NAME"
5
+ \fBuffizzi\-project\-compose\fR \- manage the compose file for a project
6
+ .SH "SYNOPSIS"
7
+ .nf
8
+ uffizzi project compose COMMAND [UFFIZZI_WIDE_FLAG \|\.\|\.\|\.]
9
+ .fi
10
+ .SH "DESCRIPTION"
11
+ .nf
12
+ By default, manages the compose file for the default project\. Use the
13
+ \-\-project flag to manage the compose file of a different 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
+ .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 "COMMANDS"
27
+ .nf
28
+ COMMAND is one of the following:
29
+
30
+ set
31
+ Set the configuration of a project with a compose file\.
32
+
33
+ describe
34
+ Display details of a compose file\.
35
+
36
+ unset
37
+ Unset the compose file for a project\.
38
+ .fi
39
+ .P
40
+ Run ‘uffizzi project compose COMMAND \-\-help’ for more information on a command\.
@@ -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,35 @@
1
+ .\" generated with Ronn-NG/v0.9.1
2
+ .\" http://github.com/apjanke/ronn-ng/tree/0.9.1
3
+ .TH "UFFIZZI\-PROJECT\-COMPOSE\-UNSET" "" "August 2023" ""
4
+ .SH "NAME"
5
+ \fBuffizzi\-project\-compose\-unset\fR \- unset the compose file for a project
6
+ .SH "SYNOPSIS"
7
+ .nf
8
+ uffizzi project compose unset [UFFIZZI_WIDE_FLAG \|\.\|\.\|\.]
9
+ .fi
10
+ .SH "DESCRIPTION"
11
+ .nf
12
+ By default, unsets the compose file for the default project\. Use the
13
+ \-\-project flag to unset the compose file of a different project\.
14
+
15
+ This command can fail for the following reasons:
16
+ \- A compose file is not set for the project\.
17
+
18
+ For more information on the uffizzi project compose command, see:
19
+ https://docs\.uffizzi\.com/references/cli/
20
+
21
+ For more information on the Uffizzi Compose specification, see:
22
+ https://docs\.uffizzi\.com/references/compose\-spec
23
+ .fi
24
+ .SH "UFFIZZI WIDE FLAGS"
25
+ .nf
26
+ These flags are available to all commands: \-\-project\. Run $ uffizzi
27
+ help for details\.
28
+ .fi
29
+ .SH "EXAMPLES"
30
+ .nf
31
+ The following command unsets the default project’s compose file:
32
+
33
+ $ uffizzi project compose unset
34
+ .fi
35
+
@@ -0,0 +1,27 @@
1
+ uffizzi-project-compose-unset - unset the compose file for a project
2
+ ================================================================
3
+
4
+ ## SYNOPSIS
5
+ uffizzi project compose unset [UFFIZZI_WIDE_FLAG ...]
6
+
7
+ ## DESCRIPTION
8
+ By default, unsets the compose file for the default project. Use the
9
+ --project flag to unset the compose file of a different project.
10
+
11
+ This command can fail for the following reasons:
12
+ - A compose file is not set for the project.
13
+
14
+ For more information on the uffizzi project compose command, see:
15
+ https://docs.uffizzi.com/references/cli/
16
+
17
+ For more information on the Uffizzi Compose specification, see:
18
+ https://docs.uffizzi.com/references/compose-spec
19
+
20
+ ## UFFIZZI WIDE FLAGS
21
+ These flags are available to all commands: --project. Run $ uffizzi
22
+ help for details.
23
+
24
+ ## EXAMPLES
25
+ The following command unsets the default project’s compose file:
26
+
27
+ $ uffizzi project compose unset
@@ -0,0 +1,34 @@
1
+ uffizzi-project-compose - manage the compose file for a project
2
+ ================================================================
3
+
4
+ ## SYNOPSIS
5
+ uffizzi project compose COMMAND [UFFIZZI_WIDE_FLAG ...]
6
+
7
+ ## DESCRIPTION
8
+ By default, manages the compose file for the default project. Use the
9
+ --project flag to manage the compose file of a different project.
10
+
11
+ For more information on the uffizzi project compose command, see:
12
+ https://docs.uffizzi.com/references/cli/
13
+
14
+ For more information on the Uffizzi Compose specification, see:
15
+ https://docs.uffizzi.com/references/compose-spec
16
+
17
+ ## UFFIZZI WIDE FLAGS
18
+ These flags are available to all commands: --project. Run $ uffizzi
19
+ help for details.
20
+
21
+ ## COMMANDS
22
+ COMMAND is one of the following:
23
+
24
+ set
25
+ Set the configuration of a project with a compose file.
26
+
27
+ describe
28
+ Display details of a compose file.
29
+
30
+ unset
31
+ Unset the compose file for a project.
32
+
33
+ Run ‘uffizzi project compose COMMAND --help’ for more information on a
34
+ command.
@@ -0,0 +1,50 @@
1
+ .\" generated with Ronn-NG/v0.9.1
2
+ .\" http://github.com/apjanke/ronn-ng/tree/0.9.1
3
+ .TH "UFFIZZI\-PROJECT\-CREATE" "" "August 2023" ""
4
+ .SH "NAME"
5
+ \fBuffizzi\-project\-create\fR \- create a new project
6
+ .SH "SYNOPSIS"
7
+ .nf
8
+ uffizzi project create [\-\-name=NAME] [\-\-slug=SLUG]
9
+ [\-\-description=DESCRIPTION] [UFFIZZI_WIDE_FLAG \|\.\|\.\|\.]
10
+ .fi
11
+ .SH "DESCRIPTION"
12
+ .nf
13
+ Create new project\.
14
+
15
+ This command can fail for the following reasons:
16
+ \- The project \-\-description is too long\.
17
+ \- The project \-\-name flag is not specified\.
18
+ \- The project \-\-slug is malformed or used by another project\.
19
+
20
+ For more information on the uffizzi project command, see:
21
+ https:/docs\.uffizzi\.com/references/cli/
22
+ .fi
23
+ .SH "FLAGS"
24
+ .nf
25
+ \-\-description=DESCRIPTION
26
+ Description for the project you want to create\. Max of 256
27
+ characters\.
28
+
29
+ \-\-name=NAME
30
+ Name for the project you want to create\.
31
+
32
+ \-\-slug=SLUG
33
+ A URL\-compatible name\. Do not include whitespaces or special characters\.
34
+ Project slugs must be globally unique across all Uffizzi projects\.
35
+ If a slug is not provided, Uffizzi will automatically generate one\.
36
+ .fi
37
+ .SH "UFFIZZI WIDE FLAGS"
38
+ .nf
39
+ These flags are available to all commands: \-\-project\. Run $ uffizzi
40
+ help for details\.
41
+ .fi
42
+ .SH "EXAMPLES"
43
+ .nf
44
+ To create a new project with name My App, project slug my\-app, and
45
+ description "My first project", run:
46
+
47
+ $ uffizzi project create \-\-name="My App" \-\-slug="my\-app" \e
48
+ \-\-description="My first project"
49
+ .fi
50
+