takeltau 0.44.23 → 0.44.24
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 +11 -10
- data/lib/takeltau/ship/cli.rb +14 -4
- data/lib/takeltau/ship/container/cli.rb +3 -3
- 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: deb82fda940a4ff5a0a2bf71cc84bf813589c07eda38a3d2040f825738b1d443
|
4
|
+
data.tar.gz: d41134f25c52879dcba44f08a6fdd4b910a884a410f02728d5f2413ae70c5338
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2245845fa2cfe9ab835d416dc7502487cbedcc652a8e6191ddeb69267f9dc48d0e81a96d9f04ed985972e645da8da8fe861ac4695fff6f0a94f65ec8dcb85b80
|
7
|
+
data.tar.gz: 73b097fe9c5426567c53a2d7b1d95e92b7d0ca25817d6731f0cc32b9765efbf2016a96a7cd5d3d4d482e864d1d9844dae537cb58beb2f6c32ed463c0b5f999ab
|
data/README.md
CHANGED
@@ -123,16 +123,16 @@ or *tau commands*:
|
|
123
123
|
| tau [ship completion bash](features/cucumber/features/ship/completion/completion.bash.feature) | Print bash completion code for ship subcommand |
|
124
124
|
| tau [ship container check existing](features/cucumber/features/ship/container/ship.container.check.existing.feature) | Check if a takelship is existing |
|
125
125
|
| tau [ship container clean](features/cucumber/features/ship/container/ship.container.clean.feature) | Stop all takelships |
|
126
|
-
| tau [ship container command](features/cucumber/features/ship/container/ship.container.command.feature) [
|
126
|
+
| tau [ship container command](features/cucumber/features/ship/container/ship.container.command.feature) [CMD] | Run a bash command in a takelship container |
|
127
127
|
| tau [ship container list](features/cucumber/features/ship/container/ship.container.list.feature) | List takelships |
|
128
128
|
| tau [ship container hostname](features/cucumber/features/ship/container/ship.container.hostname.feature) | Print takelship hostname |
|
129
129
|
| tau [ship container login](features/cucumber/features/ship/container/ship.container.login.feature) | Log in to a takelship |
|
130
130
|
| tau [ship container logs](features/cucumber/features/ship/container/ship.container.logs.feature) | Print the takelship logs |
|
131
131
|
| tau [ship container name](features/cucumber/features/ship/container/ship.container.name.feature) | Print the takelship name |
|
132
|
-
| tau [ship container podman](features/cucumber/features/ship/container/ship.container.podman.feature) [
|
132
|
+
| tau [ship container podman](features/cucumber/features/ship/container/ship.container.podman.feature) [CMD] | Run a podman command in a takelship |
|
133
133
|
| tau [ship container shipdir](features/cucumber/features/ship/container/ship.container.shipdir.feature) | Print takelship shipdir |
|
134
134
|
| tau [ship container stop](features/cucumber/features/ship/container/ship.container.stop.feature) | Stop a takelship |
|
135
|
-
| tau [ship container sudo](features/cucumber/features/ship/container/ship.container.sudo.feature) [
|
135
|
+
| tau [ship container sudo](features/cucumber/features/ship/container/ship.container.sudo.feature) [CMD] | Run a sudo command in a takelship |
|
136
136
|
| tau [ship container update](features/cucumber/features/ship/container/ship.container.update.feature) | Update takelship image |
|
137
137
|
| tau [ship info takelconfig](features/cucumber/features/ship/info/ship.info.takelconfig.feature) | Print takelage config |
|
138
138
|
| tau [ship info takelship](features/cucumber/features/ship/info/ship.info.takelship.feature) | Print takelship info |
|
@@ -143,19 +143,20 @@ or *tau commands*:
|
|
143
143
|
| tau [ship project stop](features/cucumber/features/ship/project/ship.project.stop.feature) | Stop a takelship project |
|
144
144
|
| tau [ship project update](features/cucumber/features/ship/project/ship.project.create.feature) [PROJECT] | Update a takelship [PROJECT] |
|
145
145
|
| tau ship board | Alias for tau [ship container login](features/cucumber/features/ship/container/ship.container.login.feature) |
|
146
|
-
| tau ship
|
147
|
-
| tau ship
|
146
|
+
| tau ship clean | Alias for tau [ship container clean](features/cucumber/features/ship/container/ship.container.clean.feature) |
|
147
|
+
| tau ship command [CMD] | Alias for tau [ship container command](features/cucumber/features/ship/container/ship.container.command.feature) |
|
148
|
+
| tau ship docker [CMD] | Alias for tau [ship container podman](features/cucumber/features/ship/container/ship.container.podman.feature) |
|
148
149
|
| tau ship list | Alias for tau [ship container list](features/cucumber/features/ship/container/ship.container.list.feature) |
|
149
150
|
| tau ship login | Alias for tau [ship container login](features/cucumber/features/ship/container/ship.container.login.feature) |
|
150
151
|
| tau ship logs | Alias for tau [ship container logs](features/cucumber/features/ship/container/ship.container.logs.feature) |
|
151
152
|
| tau ship ls | Alias for tau [ship container list](features/cucumber/features/ship/container/ship.container.list.feature) |
|
152
153
|
| tau ship name | Alias for tau [ship container list](features/cucumber/features/ship/container/ship.container.name.feature) |
|
153
|
-
| tau ship podman [
|
154
|
+
| tau ship podman [CMD] | Alias for tau [ship container podman](features/cucumber/features/ship/container/ship.container.podman.feature) |
|
154
155
|
| tau ship sail [PROJECT] | Alias for tau [ship project start](features/cucumber/features/ship/project/ship.project.start.feature) |
|
155
156
|
| tau ship restart [PROJECT] | Alias for tau [ship project restart](features/cucumber/features/ship/project/ship.project.restart.feature) |
|
156
157
|
| tau ship start [PROJECT] | Alias for tau [ship project start](features/cucumber/features/ship/project/ship.project.start.feature) |
|
157
158
|
| tau ship stop | Alias for tau [ship project stop](features/cucumber/features/ship/project/ship.project.stop.feature) |
|
158
|
-
| tau ship sudo [
|
159
|
+
| tau ship sudo [CMD] | Alias for tau [ship container sudo](features/cucumber/features/ship/container/ship.container.sudo.feature) |
|
159
160
|
| tau ship wreck | Alias for tau [ship project stop](features/cucumber/features/ship/project/ship.project.stop.feature) |
|
160
161
|
| tau ship update | Alias for tau [ship container update](features/cucumber/features/ship/container/ship.container.update.feature) |
|
161
162
|
| tau clean | Alias for tau [docker container clean](features/cucumber/features/docker/docker.container.clean.feature) |
|
@@ -284,8 +285,8 @@ You need to whitelist it in your host's docker engine configuration:
|
|
284
285
|
|
285
286
|
```json
|
286
287
|
{
|
287
|
-
"insecure-registries": [
|
288
|
-
"host.docker.internal:5005"
|
289
|
-
]
|
288
|
+
"insecure-registries": [
|
289
|
+
"host.docker.internal:5005"
|
290
|
+
]
|
290
291
|
}
|
291
292
|
```
|
data/lib/takeltau/ship/cli.rb
CHANGED
@@ -45,7 +45,17 @@ module Takeltau
|
|
45
45
|
Takeltau::ShipContainer.new.login
|
46
46
|
end
|
47
47
|
|
48
|
-
desc '
|
48
|
+
desc 'clean', 'Stop all takelships'
|
49
|
+
long_desc <<-LONGDESC.gsub("\n", "\x5")
|
50
|
+
Stop all takelship containers.
|
51
|
+
Alias for ship container clean.
|
52
|
+
LONGDESC
|
53
|
+
# ship clean: {Takeltau::ShipProject#clean}
|
54
|
+
def clean
|
55
|
+
Takeltau::ShipProject.new.clean
|
56
|
+
end
|
57
|
+
|
58
|
+
desc 'command [CMD]', 'Run a bash command in a takelship'
|
49
59
|
long_desc <<-LONGDESC.gsub("\n", "\x5")
|
50
60
|
Run a command in a takelship container as user podman.
|
51
61
|
Alias for ship container command.
|
@@ -55,7 +65,7 @@ module Takeltau
|
|
55
65
|
Takeltau::ShipContainer.new.command(*args)
|
56
66
|
end
|
57
67
|
|
58
|
-
desc 'docker [
|
68
|
+
desc 'docker [CMD]', 'Run a podman command in a takelship'
|
59
69
|
long_desc <<-LONGDESC.gsub("\n", "\x5")
|
60
70
|
Run a podman command as user podman in a takelship container.
|
61
71
|
Alias for ship container podman.
|
@@ -105,7 +115,7 @@ module Takeltau
|
|
105
115
|
Takeltau::ShipContainer.new.list
|
106
116
|
end
|
107
117
|
|
108
|
-
desc 'podman [
|
118
|
+
desc 'podman [CMD]', 'Run a podman command in a takelship'
|
109
119
|
long_desc <<-LONGDESC.gsub("\n", "\x5")
|
110
120
|
Run a podman command as user podman in a takelship container.
|
111
121
|
Alias for ship container podman.
|
@@ -126,7 +136,7 @@ module Takeltau
|
|
126
136
|
Takeltau::ShipProject.new.restart project
|
127
137
|
end
|
128
138
|
|
129
|
-
desc 'sudo [
|
139
|
+
desc 'sudo [CMD]', 'Run a sudo command in a takelship'
|
130
140
|
long_desc <<-LONGDESC.gsub("\n", "\x5")
|
131
141
|
Run a command as root in a takelship container.
|
132
142
|
Alias for ship container sudo.
|
@@ -37,7 +37,7 @@ module Takeltau
|
|
37
37
|
#
|
38
38
|
# ship container command
|
39
39
|
#
|
40
|
-
desc 'command [
|
40
|
+
desc 'command [CMD]', 'Run a bash command in a takelship container'
|
41
41
|
long_desc <<-LONGDESC.gsub("\n", "\x5")
|
42
42
|
Run a command in a takelship container as user podman.
|
43
43
|
LONGDESC
|
@@ -96,7 +96,7 @@ module Takeltau
|
|
96
96
|
#
|
97
97
|
# ship container podman
|
98
98
|
#
|
99
|
-
desc 'podman [
|
99
|
+
desc 'podman [CMD]', 'Run a podman command in a takelship'
|
100
100
|
long_desc <<-LONGDESC.gsub("\n", "\x5")
|
101
101
|
Run a podman command as user podman in a takelship container.
|
102
102
|
LONGDESC
|
@@ -120,7 +120,7 @@ module Takeltau
|
|
120
120
|
#
|
121
121
|
# ship container sudo
|
122
122
|
#
|
123
|
-
desc 'sudo [
|
123
|
+
desc 'sudo [CMD]', 'Run a sudo command in a takelship'
|
124
124
|
long_desc <<-LONGDESC.gsub("\n", "\x5")
|
125
125
|
Run a command as root in a takelship container.
|
126
126
|
LONGDESC
|
data/lib/takeltau/version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.44.
|
1
|
+
0.44.24
|