uffizzi-cli 0.11.3 → 0.12.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/config/uffizzi.rb +1 -0
- data/lib/uffizzi/cli/connect.rb +109 -49
- data/lib/uffizzi/cli/disconnect.rb +4 -1
- data/lib/uffizzi/clients/api/api_client.rb +8 -1
- data/lib/uffizzi/clients/api/api_routes.rb +1 -1
- data/lib/uffizzi/helpers/connect_helper.rb +45 -0
- data/lib/uffizzi/services/compose_file_service.rb +1 -1
- data/lib/uffizzi/version.rb +1 -1
- data/man/uffizzi-connect +31 -26
- data/man/uffizzi-connect-acr +27 -25
- data/man/uffizzi-connect-acr.ronn +33 -19
- data/man/uffizzi-connect-docker-hub +24 -24
- data/man/uffizzi-connect-docker-hub.ronn +30 -18
- data/man/uffizzi-connect-docker-registry +37 -0
- data/man/uffizzi-connect-docker-registry.ronn +41 -0
- data/man/uffizzi-connect-ecr +27 -25
- data/man/uffizzi-connect-ecr.ronn +33 -19
- data/man/uffizzi-connect-gcr +20 -29
- data/man/uffizzi-connect-gcr.ronn +26 -22
- data/man/uffizzi-connect-ghcr +23 -33
- data/man/uffizzi-connect-ghcr.ronn +27 -23
- data/man/uffizzi-connect.ronn +32 -18
- metadata +5 -2
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: uffizzi-cli
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.12.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Josh Thurman
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: exe
|
11
11
|
cert_chain: []
|
12
|
-
date: 2022-
|
12
|
+
date: 2022-08-08 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: awesome_print
|
@@ -337,6 +337,7 @@ files:
|
|
337
337
|
- lib/uffizzi/config_file.rb
|
338
338
|
- lib/uffizzi/date_helper.rb
|
339
339
|
- lib/uffizzi/error.rb
|
340
|
+
- lib/uffizzi/helpers/connect_helper.rb
|
340
341
|
- lib/uffizzi/helpers/project_helper.rb
|
341
342
|
- lib/uffizzi/promt.rb
|
342
343
|
- lib/uffizzi/response_helper.rb
|
@@ -355,6 +356,8 @@ files:
|
|
355
356
|
- man/uffizzi-connect-acr.ronn
|
356
357
|
- man/uffizzi-connect-docker-hub
|
357
358
|
- man/uffizzi-connect-docker-hub.ronn
|
359
|
+
- man/uffizzi-connect-docker-registry
|
360
|
+
- man/uffizzi-connect-docker-registry.ronn
|
358
361
|
- man/uffizzi-connect-ecr
|
359
362
|
- man/uffizzi-connect-ecr.ronn
|
360
363
|
- man/uffizzi-connect-gcr
|