takelage 0.4.2 → 0.4.3
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 +51 -49
- data/lib/takelage/docker/container/check/module.rb +1 -1
- data/lib/takelage/docker/container/module.rb +1 -1
- data/lib/takelage/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: fd1cf6716ecf66277f9af8e7f94f037974eb5f7a7948fa2a8032471a3065ccb2
|
|
4
|
+
data.tar.gz: b167d14e5de26affc6ce1daf07c36adecaf12ef770d1a30e92c71d3a23936a92
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 80908c80e775dea03435dc69d7d43e680658c6e7c0d642c87d8ec68c3d2447ce00d1fc1d3276fe4139e388b001d79762fcfd69ec9db015cf0513dc51235b57d7
|
|
7
|
+
data.tar.gz: 04d6619080da1a3d6629f4746b806a9a9e739c4a638020797879662e5cbe428636e38d09a2c585aa1f70ed0f6a4407452c08b8865d5af371efb8d3a8cd4e5500
|
data/README.md
CHANGED
|
@@ -17,6 +17,7 @@ The takelage devops framework consists of these projects:
|
|
|
17
17
|
| App | Description |
|
|
18
18
|
| --- | ----------- |
|
|
19
19
|
| *[takelage-dev](https://github.com/geospin-takelage/takelage-dev)* | takelage development environment |
|
|
20
|
+
| *[takelage-var](https://github.com/geospin-takelage/takelage-var)* | takelage test plugin |
|
|
20
21
|
| *[takelage-cli](https://github.com/geospin-takelage/takelage-cli)* | takelage command line interface |
|
|
21
22
|
| *[takelage-bit](https://github.com/geospin-takelage/takelage-bit)* | takelage bit server |
|
|
22
23
|
|
|
@@ -45,55 +46,56 @@ or *tau list*:
|
|
|
45
46
|
|
|
46
47
|
Command | Description
|
|
47
48
|
------- | -----------
|
|
48
|
-
tau
|
|
49
|
-
tau
|
|
50
|
-
tau
|
|
51
|
-
tau
|
|
52
|
-
tau
|
|
53
|
-
tau
|
|
54
|
-
tau
|
|
55
|
-
tau
|
|
56
|
-
tau
|
|
57
|
-
tau
|
|
58
|
-
tau
|
|
59
|
-
tau
|
|
60
|
-
tau [
|
|
61
|
-
tau [
|
|
62
|
-
tau [
|
|
63
|
-
tau [
|
|
64
|
-
tau [
|
|
65
|
-
tau [
|
|
66
|
-
tau [
|
|
67
|
-
tau [
|
|
68
|
-
tau [
|
|
69
|
-
tau [docker
|
|
70
|
-
tau [docker
|
|
71
|
-
tau [docker
|
|
72
|
-
tau [docker
|
|
73
|
-
tau [docker
|
|
74
|
-
tau [
|
|
75
|
-
tau [
|
|
76
|
-
tau [
|
|
77
|
-
tau [
|
|
78
|
-
tau [
|
|
79
|
-
tau [
|
|
80
|
-
tau [
|
|
81
|
-
tau [
|
|
82
|
-
tau [
|
|
83
|
-
tau [
|
|
84
|
-
tau [
|
|
85
|
-
tau [
|
|
86
|
-
tau [
|
|
87
|
-
tau [
|
|
88
|
-
tau [
|
|
89
|
-
tau [
|
|
90
|
-
tau [
|
|
91
|
-
tau [
|
|
92
|
-
tau [
|
|
93
|
-
tau [
|
|
94
|
-
tau [
|
|
95
|
-
tau [
|
|
96
|
-
tau [
|
|
49
|
+
tau [bit check workspace](features/takelage/bit/bit.check.workspace.feature) | Check if a bit workspace exists
|
|
50
|
+
tau [bit clipboard copy](features/takelage/bit/bit.clipboard.copy.feature) [DIR] [SCOPE] | Copy new [DIR] to [SCOPE]
|
|
51
|
+
tau [bit clipboard paste](features/takelage/bit/bit.clipboard.paste.feature) [COMPONENT] [DIR] | Paste bit [COMPONENT] into [DIR]
|
|
52
|
+
tau [bit clipboard pull](features/takelage/bit/bit.clipboard.pull.feature) | Pull all updates for bit components from bit remote scopes
|
|
53
|
+
tau [bit clipboard push](features/takelage/bit/bit.clipboard.push.feature) | Push all updates of bit components to bit remote scopes
|
|
54
|
+
tau [bit scope add](features/takelage/bit/bit.scope.add.feature) [SCOPE] | Add a bit [SCOPE]
|
|
55
|
+
tau [bit scope list](features/takelage/bit/bit.scope.list.feature) | List bit remote scopes
|
|
56
|
+
tau [bit scope new](features/takelage/bit/bit.scope.new.feature) [SCOPE] | Init a new bit [SCOPE]
|
|
57
|
+
tau [completion bash](features/takelage/completion/completion.bash.feature) | Print bash completion code
|
|
58
|
+
tau [docker container check existing](features/takelage/docker/docker.container.check.existing.feature) [CONTAINER] | Check if docker [CONTAINER] is existing
|
|
59
|
+
tau [docker container check orphaned](features/takelage/docker/docker.container.check.orphaned.feature) [CONTAINER] | Check if docker [CONTAINER] is orphaned
|
|
60
|
+
tau [docker container check network](features/takelage/docker/docker.container.check.network.feature) [NETWORK] | Check if docker [NETWORK] is existing
|
|
61
|
+
tau [docker container command](features/takelage/docker/docker.container.command.feature) [CMD] | Run [CMD] in a docker container
|
|
62
|
+
tau [docker container daemon](features/takelage/docker/docker.container.daemon.feature) | Run docker container in daemon mode
|
|
63
|
+
tau [docker container login](features/takelage/docker/docker.container.login.feature) | Log in to latest local docker container
|
|
64
|
+
tau [docker container nuke](features/takelage/docker/docker.container.nuke.feature) | Remove all docker containers
|
|
65
|
+
tau [docker container purge](features/takelage/docker/docker.container.purge.feature) | Remove orphaned docker containers
|
|
66
|
+
tau [docker image tag check local](features/takelage/docker/docker.image.tag.check.local.feature) [TAG] | Check if local docker image [TAG] exists
|
|
67
|
+
tau [docker image tag check remote](features/takelage/docker/docker.image.tag.check.remote.feature) [TAG] | Check if remote docker image [TAG] exists
|
|
68
|
+
tau [docker image tag latest local](features/takelage/docker/docker.image.tag.latest.local.feature) | Print latest local docker image tag
|
|
69
|
+
tau [docker image tag latest remote](features/takelage/docker/docker.image.tag.latest.remote.feature) | Print latest remote docker image tag
|
|
70
|
+
tau [docker image tag list local](features/takelage/docker/docker.image.tag.list.local.feature) | Print local docker image tags
|
|
71
|
+
tau [docker image tag list remote](features/takelage/docker/docker.image.tag.list.remote.feature) | Print remote docker image tags
|
|
72
|
+
tau [docker image update](features/takelage/docker/docker.image.update.feature) | Get latest remote docker container
|
|
73
|
+
tau [docker socket start](features/takelage/docker/docker.socket.start.feature) | Start sockets for docker container
|
|
74
|
+
tau [docker socket stop](features/takelage/docker/docker.socket.stop.feature) | Stop sockets for docker container
|
|
75
|
+
tau [git check clean](features/takelage/git/git.check.clean.feature) | Check if the git workspace is clean
|
|
76
|
+
tau [git check master](features/takelage/git/git.check.master.feature) | Check if we are on the git master branch
|
|
77
|
+
tau [git check workspace](features/takelage/git/git.check.workspace.feature) | Check if a git workspace exists
|
|
78
|
+
tau [info project active](features/takelage/info/info.project.active.feature) | Print active project info
|
|
79
|
+
tau [info project private](features/takelage/info/info.project.private.feature) | Print private project info
|
|
80
|
+
tau [info project main](features/takelage/info/info.project.main.feature) | Print main project info
|
|
81
|
+
tau [self config active](features/takelage/self/self.config.active.feature) | Print active takelage configuration
|
|
82
|
+
tau [self config default](features/takelage/self/self.config.default.feature) | Print takelage default configuration
|
|
83
|
+
tau [self config home](features/takelage/self/self.config.home.feature) | Print takelage home config file configuration
|
|
84
|
+
tau [self config project](features/takelage/self/self.config.project.feature) | Print takelage project config file configuration
|
|
85
|
+
tau [self list](features/takelage/self/self.list.feature) | List all commands
|
|
86
|
+
tau [self version](features/takelage/self/self.version.feature) | Print tau semantic version number
|
|
87
|
+
tau config | Alias for tau [self config active](features/takelage/self/self.config.active.feature)
|
|
88
|
+
tau copy [DIR] [SCOPE] | Alias for tau [bit clipboard copy](features/takelage/bit/bit.clipboard.copy.feature)
|
|
89
|
+
tau list | Alias for tau [self list](features/takelage/self/self.list.feature)
|
|
90
|
+
tau login | Alias for tau [docker container login](features/takelage/docker/docker.container.login.feature)
|
|
91
|
+
tau nuke | Alias for tau [docker container nuke](features/takelage/docker/docker.container.nuke.feature)
|
|
92
|
+
tau paste [COMPONENT] [DIR] | Alias for tau [bit clipboard paste](features/takelage/bit/bit.clipboard.paste.feature)
|
|
93
|
+
tau project | Alias for tau [info project active](features/takelage/info/info.project.active.feature)
|
|
94
|
+
tau pull | Alias for tau [bit clipboard pull](features/takelage/bit/bit.clipboard.pull.feature)
|
|
95
|
+
tau purge | Alias for tau [docker container purge](features/takelage/docker/docker.container.purge.feature)
|
|
96
|
+
tau push | Alias for tau [bit clipboard push](features/takelage/bit/bit.clipboard.push.feature)
|
|
97
|
+
tau update | Alias for tau [docker image update](features/takelage/docker/docker.image.update.feature)
|
|
98
|
+
tau version | Alias for tau [self version](features/takelage/self/self.version.feature)
|
|
97
99
|
|
|
98
100
|
## Configuration
|
|
99
101
|
|
|
@@ -166,7 +166,7 @@ module DockerContainerModule
|
|
|
166
166
|
log.debug "Getting name of container \"#{container}\""
|
|
167
167
|
|
|
168
168
|
cmd_get_container_name_by_id = 'docker ps ' +
|
|
169
|
-
"--filter id=#{container} "+
|
|
169
|
+
"--filter id=#{container} " +
|
|
170
170
|
'--format "{{.Names}}"'
|
|
171
171
|
|
|
172
172
|
stdout_str, stderr_str, status = run_and_check cmd_get_container_name_by_id
|
data/lib/takelage/version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.4.
|
|
1
|
+
0.4.3
|