takeltau 0.38.1 → 0.38.2
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 +6 -4
- data/lib/takeltau/self/commands.rb +1 -1
- data/lib/takeltau/version +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: 3cdad12eeefa3b06fdce78f798f07ddae95be2cd83e14e8bfc9159df38480a3e
|
|
4
|
+
data.tar.gz: 4f4be3e7401333306784e7f343cfd049633a3998d08871ceabd137af582f7243
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 858ce1e3ace8d154329c0be1420a939116fc38cd8e56a9f73e431dac27bd43338a42db045bf32aed92d306d62a32328cd1fa6eae6f49c7cb5c192fa77b30cc29
|
|
7
|
+
data.tar.gz: fcd3ad170d599873e11803450f26b3065a593b1826cbc8b156caeee1e8659fc98523ca4668edec0cfd743a961d35586c374ddb13182fb95d7dd74faab8837042
|
data/README.md
CHANGED
|
@@ -95,24 +95,26 @@ tau [info status bar](features/cucumber/features/info/info.status.bar.feature) |
|
|
|
95
95
|
tau [info status git](features/cucumber/features/info/info.status.git.feature) | Check git status
|
|
96
96
|
tau [info status gopass](features/cucumber/features/info/info.status.gopass.feature) | Check gopass status
|
|
97
97
|
tau [info status gpg](features/cucumber/features/info/info.status.gpg.feature) | Check gpg status
|
|
98
|
+
tau [info status hg](features/cucumber/features/info/info.status.hg.feature) | Check hg status
|
|
98
99
|
tau [info status mutagen](features/cucumber/features/info/info.status.mutagen.feature) | Check mutagen status
|
|
99
100
|
tau [info status ssh](features/cucumber/features/info/info.status.ssh.feature) | Check ssh status
|
|
100
|
-
tau [init packer docker](features/cucumber/features/
|
|
101
|
+
tau [init packer docker](features/cucumber/features/init/init.packer.docker.feature) | Initialize packer project for docker images
|
|
102
|
+
tau [init takelage rake](features/cucumber/features/init/init.takelage.rake.feature) | Initialize takelage rake project
|
|
101
103
|
tau [mutagen check daemon](features/cucumber/features/mutagen/mutagen.check.daemon.feature)) | Check if mutagen host conenction is available
|
|
102
104
|
tau [mutagen socket check](features/cucumber/features/mutagen/mutagen.socket.check.feature) [SOCKET] | Check if mutagen [SOCKET] exists
|
|
103
105
|
tau [mutagen socket create](features/cucumber/features/mutagen/mutagen.socket.create.feature) [NAME] [IN] [OUT] | Create a mutagen socket [NAME] from [IN] to [OUT] of the container
|
|
104
106
|
tau [mutagen socket list](features/cucumber/features/mutagen/mutagen.socket.list.feature) | List mutagen sockets
|
|
105
|
-
tau [mutagen socket tidy](features/cucumber/features/mutagen/mutagen.socket.tidy.feature) | Remove mutagen daemon files
|
|
106
107
|
tau [mutagen socket terminate](features/cucumber/features/mutagen/mutagen.socket.terminate.feature) [SOCKET] | Terminate a mutagen [SOCKET]
|
|
108
|
+
tau [mutagen socket tidy](features/cucumber/features/mutagen/mutagen.socket.tidy.feature) | Remove mutagen daemon files
|
|
109
|
+
tau [self commands](features/cucumber/features/self/self.commands.feature) | List all commands
|
|
107
110
|
tau [self config active](features/cucumber/features/self/self.config.active.feature) | Print active takelage configuration
|
|
108
111
|
tau [self config default](features/cucumber/features/self/self.config.default.feature) | Print takelage default configuration
|
|
109
112
|
tau [self config home](features/cucumber/features/self/self.config.home.feature) | Print takelage home config file configuration
|
|
110
113
|
tau [self config project](features/cucumber/features/self/self.config.project.feature) | Print takelage project config file configuration
|
|
111
|
-
tau [self commands](features/cucumber/features/self/self.commands.feature) | List all commands
|
|
112
114
|
tau [self version](features/cucumber/features/self/self.version.feature) | Print tau semantic version number
|
|
113
115
|
tau clean | Alias for tau [docker container clean](features/cucumber/features/docker/docker.container.clean.feature)
|
|
114
|
-
tau config | Alias for tau [self config active](features/cucumber/features/self/self.config.active.feature)
|
|
115
116
|
tau commands | Alias for tau [self commands](features/cucumber/features/self/self.commands.feature)
|
|
117
|
+
tau config | Alias for tau [self config active](features/cucumber/features/self/self.config.active.feature)
|
|
116
118
|
tau login | Alias for tau [docker container login](features/cucumber/features/docker/docker.container.login.feature)
|
|
117
119
|
tau project | Alias for tau [info project active](features/cucumber/features/info/info.project.active.feature)
|
|
118
120
|
tau prune | Alias for tau [docker container prune](features/cucumber/features/docker/docker.container.prune.feature)
|
|
@@ -27,7 +27,7 @@ module SelfCommands
|
|
|
27
27
|
# Manipulate output of thor list command.
|
|
28
28
|
def _manipulate_output_(thor_list)
|
|
29
29
|
tau_commands = thor_list.gsub("takeltau\n", '')
|
|
30
|
-
tau_commands.gsub!("
|
|
30
|
+
tau_commands.gsub!("--------\n", '')
|
|
31
31
|
tau_commands.gsub!('thor ', 'tau ')
|
|
32
32
|
tau_commands.gsub!(/(.*)takeltau:c_l_i:(.*)#(.*)/, '\1\2 #\3')
|
|
33
33
|
tau_commands.gsub!(/.*COMMAND.*\n/, '')
|
data/lib/takeltau/version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.38.
|
|
1
|
+
0.38.2
|