et_full_system 0.1.53 → 0.1.55
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/Gemfile.lock +1 -1
- data/exe/et_full_system +3 -0
- data/lib/et_full_system/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dc57ce26de9f4d774d8dff5038e9156c92d5ad34672b446b79f2079c1cbf2ed4
|
4
|
+
data.tar.gz: 295317cd81853faf9babe21e91c673fb4a65a4b22c9aef74c336431b6ea5216e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f96d90846e9d30236cb26bdd740875022689991ae58c8f039fd23c151e162bcd32a4236ffe6213955e4df70dde64e34ee5fd8ab2bd62ee988e70eb3ffb2ee9e1
|
7
|
+
data.tar.gz: 6706af2abae48f4e524a884ea3509f21c07d75a2d022543d75b651ad152354f6ec2e8e5cad7db7dd3d92bf0b642d19d54cf1ebf89da023de845a9cbc160107dc
|
data/Gemfile.lock
CHANGED
data/exe/et_full_system
CHANGED
@@ -12,6 +12,9 @@ module EtFullSystem
|
|
12
12
|
desc "docker command(s)", "Performs commands on a docker server"
|
13
13
|
subcommand "docker", DockerCommand
|
14
14
|
|
15
|
+
desc "workspace command(s)", "Performs commands on a et full system workspace"
|
16
|
+
subcommand "workspace", WorkspaceCommand
|
17
|
+
|
15
18
|
desc "version", "Shows the version of et_full_system"
|
16
19
|
def version
|
17
20
|
puts ::EtFullSystem::VERSION
|