takeltau 0.38.1 → 0.38.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0e8150c32b54f9b2c4e94e2814dbe6b74327f24720ed6f2b8554dfbb39d80f49
4
- data.tar.gz: 861e643d2b18ff92415383306a1118b68bdd4a9ab59011c5579261c58a9221b1
3
+ metadata.gz: 3cdad12eeefa3b06fdce78f798f07ddae95be2cd83e14e8bfc9159df38480a3e
4
+ data.tar.gz: 4f4be3e7401333306784e7f343cfd049633a3998d08871ceabd137af582f7243
5
5
  SHA512:
6
- metadata.gz: 3c10d3e74ef0ed8bf7052884dee6326f0b5ae007708dc5cfc9a2213295ece10f67347154126ecdc5794d01da384e5171f3edffa35d496225ef7dbbd0cf1f093d
7
- data.tar.gz: 9ebcb11b7bc216d638d9a14cb7b75c49379289e0653a27eda4fae5a1ae5abe8ec8212eb6bd9158a0d82111e7ccbf70d6048bc738eda5466acc27d1693b246ff9
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/info/init.packer.docker.feature) | Initialize packer project for docker images
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!("------\n", '')
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
1
+ 0.38.2
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: takeltau
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.38.1
4
+ version: 0.38.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Takelwerk