theme-juice 0.19.4 → 0.19.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +5 -2
- data/bin/tj +1 -0
- data/lib/theme-juice/man/tj +12 -4
- data/lib/theme-juice/man/tj-create +2 -2
- data/lib/theme-juice/man/tj-delete +2 -2
- data/lib/theme-juice/man/tj-deploy +11 -4
- data/lib/theme-juice/man/tj-deploy.txt +10 -2
- data/lib/theme-juice/man/tj-setup +3 -3
- data/lib/theme-juice/man/tj-setup.txt +1 -1
- data/lib/theme-juice/man/tj.txt +9 -2
- data/lib/theme-juice/version.rb +1 -1
- metadata +23 -23
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cbfecab588b74f964cb79a3de2742a200f314e78
|
4
|
+
data.tar.gz: 9af699e7120a66a5325348750f05b530a2215616
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 58a08bbd9b4f2f299d00ab62a5a895f9732df9ed0f439322c322756a73dc5ae150d5c10b5e460491f6d568134d143f80560408323d8e1f005986f15e0ebdd43b
|
7
|
+
data.tar.gz: c0282daee601b2e43dbee735079658143f7e105f5bc9069a7de7d96c6c25793d4f7f6d81fa1c501e29a6f539b9dbf041a0f7decda1dea25f2c431ad5d5b5aeef
|
data/README.md
CHANGED
@@ -154,8 +154,11 @@ Yes and no; in order for `tj` to properly create a project, the Vagrant box need
|
|
154
154
|
| |
|
155
155
|
| ├── {apache,nginx}-config/
|
156
156
|
| | |
|
157
|
-
| | ├──
|
158
|
-
| |
|
157
|
+
| | ├── sites/
|
158
|
+
| | | |
|
159
|
+
| | | ├── site-1.conf
|
160
|
+
| | | ├── site-2.conf
|
161
|
+
| | | ..
|
159
162
|
| | ..
|
160
163
|
| ├── database/
|
161
164
|
| | |
|
data/bin/tj
CHANGED
data/lib/theme-juice/man/tj
CHANGED
@@ -1,7 +1,7 @@
|
|
1
|
-
.\" generated with Ronn/v0.7.
|
2
|
-
.\" http://github.com/rtomayko/ronn/tree/0.7.
|
1
|
+
.\" generated with Ronn/v0.7.3
|
2
|
+
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
3
3
|
.
|
4
|
-
.TH "TJ" "1" "
|
4
|
+
.TH "TJ" "1" "January 2016" "" "Theme Juice Manual"
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBtj\fR \- WordPress development made easy
|
@@ -28,7 +28,7 @@ Force IP address of VM*
|
|
28
28
|
Force directory prefix for project in VM*
|
29
29
|
.
|
30
30
|
.TP
|
31
|
-
\fB\-\-yolo\fR
|
31
|
+
\fB\-\-yolo\fR, \fB\-\-yes\fR
|
32
32
|
Say yes to anything and everything, and maybe even get a few surprises
|
33
33
|
.
|
34
34
|
.TP
|
@@ -48,6 +48,10 @@ Prints all output without color
|
|
48
48
|
Prints all output without animations**
|
49
49
|
.
|
50
50
|
.TP
|
51
|
+
\fB\-\-robot\fR
|
52
|
+
Prints all output with absolutely no formatting
|
53
|
+
.
|
54
|
+
.TP
|
51
55
|
\fB\-\-no\-landrush\fR
|
52
56
|
Disable the landrush(1) gem for managing DNS*
|
53
57
|
.
|
@@ -111,6 +115,10 @@ Deploy and manage a project
|
|
111
115
|
Print the current version
|
112
116
|
.
|
113
117
|
.TP
|
118
|
+
\fBenv\fR, \fB\-\-env\fR=[\fIproperty\fR]
|
119
|
+
Print environment properties
|
120
|
+
.
|
121
|
+
.TP
|
114
122
|
\fBlist\fR, \fBls\fR, \fBprojects\fR, \fBapps\fR, \fBsites\fR
|
115
123
|
List all projects
|
116
124
|
.
|
@@ -1,7 +1,7 @@
|
|
1
|
-
.\" generated with Ronn/v0.7.
|
2
|
-
.\" http://github.com/rtomayko/ronn/tree/0.7.
|
1
|
+
.\" generated with Ronn/v0.7.3
|
2
|
+
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
3
3
|
.
|
4
|
-
.TH "TJ\-DEPLOY" "1" "
|
4
|
+
.TH "TJ\-DEPLOY" "1" "January 2016" "" "Theme Juice Manual"
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBtj\-deploy\fR \- Deploy a project
|
@@ -12,6 +12,9 @@
|
|
12
12
|
.SH "DESCRIPTION"
|
13
13
|
Deploys a project to the passed \fBstage\fR\. All commands are transformed and then piped directly to capistrano(1) to handle deployment\.
|
14
14
|
.
|
15
|
+
.SH "REQUIREMENTS"
|
16
|
+
The \fBremote\fR that is being deployed to needs to have wp\-cli(1) installed in order for tj(1) to be able to handle database migration\.
|
17
|
+
.
|
15
18
|
.SH "SETUP"
|
16
19
|
Follow these steps to quickly get up and running:
|
17
20
|
.
|
@@ -19,7 +22,7 @@ Follow these steps to quickly get up and running:
|
|
19
22
|
Create a \fBdeploy\fR user on the \fBstage\fR server
|
20
23
|
.
|
21
24
|
.IP "2." 4
|
22
|
-
|
25
|
+
Set up SSH keys for the new \fBdeploy\fR user to SSH in without a password
|
23
26
|
.
|
24
27
|
.IP "3." 4
|
25
28
|
Confirm the \fBdeploy\fR user owns the deploy path
|
@@ -35,6 +38,10 @@ Deploy!
|
|
35
38
|
.SH "GLOBAL OPTIONS"
|
36
39
|
.
|
37
40
|
.TP
|
41
|
+
\fB\-b\fR, \fB\-\-branch\fR=\fIbranch\fR
|
42
|
+
Use an alternate git(1) branch for current deployment
|
43
|
+
.
|
44
|
+
.TP
|
38
45
|
\fB\-\-archive\fR, \fB\-\-tar\fR, \fB\-\-gzip\fR, \fB\-\-zip\fR
|
39
46
|
Archive directories with tar(1) when performing file transfers
|
40
47
|
.
|
@@ -12,12 +12,17 @@ DESCRIPTION
|
|
12
12
|
Deploys a project to the passed stage. All commands are transformed and
|
13
13
|
then piped directly to capistrano(1) to handle deployment.
|
14
14
|
|
15
|
+
REQUIREMENTS
|
16
|
+
The remote that is being deployed to needs to have wp-cli(1) installed
|
17
|
+
in order for tj(1) to be able to handle database migration.
|
18
|
+
|
15
19
|
SETUP
|
16
20
|
Follow these steps to quickly get up and running:
|
17
21
|
|
18
22
|
1. Create a deploy user on the stage server
|
19
23
|
|
20
|
-
2.
|
24
|
+
2. Set up SSH keys for the new deploy user to SSH in without a pass-
|
25
|
+
word
|
21
26
|
|
22
27
|
3. Confirm the deploy user owns the deploy path
|
23
28
|
|
@@ -28,6 +33,9 @@ SETUP
|
|
28
33
|
|
29
34
|
|
30
35
|
GLOBAL OPTIONS
|
36
|
+
-b, --branch=branch
|
37
|
+
Use an alternate git(1) branch for current deployment
|
38
|
+
|
31
39
|
--archive, --tar, --gzip, --zip
|
32
40
|
Archive directories with tar(1) when performing file transfers
|
33
41
|
|
@@ -177,4 +185,4 @@ CONFIG FILE
|
|
177
185
|
|
178
186
|
|
179
187
|
|
180
|
-
|
188
|
+
January 2016 TJ-DEPLOY(1)
|
@@ -1,7 +1,7 @@
|
|
1
|
-
.\" generated with Ronn/v0.7.
|
2
|
-
.\" http://github.com/rtomayko/ronn/tree/0.7.
|
1
|
+
.\" generated with Ronn/v0.7.3
|
2
|
+
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
3
3
|
.
|
4
|
-
.TH "TJ\-SETUP" "1" "
|
4
|
+
.TH "TJ\-SETUP" "1" "November 2015" "" "Theme Juice Manual"
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBtj\-setup\fR \- Setup an existing project
|
data/lib/theme-juice/man/tj.txt
CHANGED
@@ -21,7 +21,8 @@ GLOBAL OPTIONS
|
|
21
21
|
--vm-prefix=string
|
22
22
|
Force directory prefix for project in VM*
|
23
23
|
|
24
|
-
--yolo
|
24
|
+
--yolo, --yes
|
25
|
+
Say yes to anything and everything, and maybe even get a few
|
25
26
|
surprises
|
26
27
|
|
27
28
|
--boring
|
@@ -36,6 +37,9 @@ GLOBAL OPTIONS
|
|
36
37
|
--no-animations
|
37
38
|
Prints all output without animations**
|
38
39
|
|
40
|
+
--robot
|
41
|
+
Prints all output with absolutely no formatting
|
42
|
+
|
39
43
|
--no-landrush
|
40
44
|
Disable the landrush(1) gem for managing DNS*
|
41
45
|
|
@@ -84,6 +88,9 @@ SECONDARY COMMANDS
|
|
84
88
|
version, --version, -v
|
85
89
|
Print the current version
|
86
90
|
|
91
|
+
env, --env=[property]
|
92
|
+
Print environment properties
|
93
|
+
|
87
94
|
list, ls, projects, apps, sites
|
88
95
|
List all projects
|
89
96
|
|
@@ -231,4 +238,4 @@ ENVIRONMENT
|
|
231
238
|
|
232
239
|
|
233
240
|
|
234
|
-
|
241
|
+
January 2016 TJ(1)
|
data/lib/theme-juice/version.rb
CHANGED
metadata
CHANGED
@@ -1,139 +1,139 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: theme-juice
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.19.
|
4
|
+
version: 0.19.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ezekiel Gabrielse
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-01-
|
11
|
+
date: 2016-01-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thor
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- -
|
17
|
+
- - ~>
|
18
18
|
- !ruby/object:Gem::Version
|
19
19
|
version: 0.19.0
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- -
|
24
|
+
- - ~>
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: 0.19.0
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: faker
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
|
-
- -
|
31
|
+
- - ~>
|
32
32
|
- !ruby/object:Gem::Version
|
33
33
|
version: 1.4.0
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
|
-
- -
|
38
|
+
- - ~>
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: 1.4.0
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: os
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
|
-
- -
|
45
|
+
- - ~>
|
46
46
|
- !ruby/object:Gem::Version
|
47
47
|
version: 0.9.0
|
48
48
|
type: :runtime
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
|
-
- -
|
52
|
+
- - ~>
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: 0.9.0
|
55
55
|
- !ruby/object:Gem::Dependency
|
56
56
|
name: capistrano
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
58
58
|
requirements:
|
59
|
-
- -
|
59
|
+
- - ~>
|
60
60
|
- !ruby/object:Gem::Version
|
61
61
|
version: 3.4.0
|
62
62
|
type: :runtime
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
|
-
- -
|
66
|
+
- - ~>
|
67
67
|
- !ruby/object:Gem::Version
|
68
68
|
version: 3.4.0
|
69
69
|
- !ruby/object:Gem::Dependency
|
70
70
|
name: net-ssh
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
72
72
|
requirements:
|
73
|
-
- -
|
73
|
+
- - ~>
|
74
74
|
- !ruby/object:Gem::Version
|
75
75
|
version: 2.9.0
|
76
76
|
type: :runtime
|
77
77
|
prerelease: false
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
79
79
|
requirements:
|
80
|
-
- -
|
80
|
+
- - ~>
|
81
81
|
- !ruby/object:Gem::Version
|
82
82
|
version: 2.9.0
|
83
83
|
- !ruby/object:Gem::Dependency
|
84
84
|
name: capistrano-slackify
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
86
86
|
requirements:
|
87
|
-
- -
|
87
|
+
- - ~>
|
88
88
|
- !ruby/object:Gem::Version
|
89
89
|
version: 2.6.0
|
90
90
|
type: :runtime
|
91
91
|
prerelease: false
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
93
93
|
requirements:
|
94
|
-
- -
|
94
|
+
- - ~>
|
95
95
|
- !ruby/object:Gem::Version
|
96
96
|
version: 2.6.0
|
97
97
|
- !ruby/object:Gem::Dependency
|
98
98
|
name: capistrano-rsync-bladrak
|
99
99
|
requirement: !ruby/object:Gem::Requirement
|
100
100
|
requirements:
|
101
|
-
- -
|
101
|
+
- - ~>
|
102
102
|
- !ruby/object:Gem::Version
|
103
103
|
version: 1.3.8
|
104
104
|
type: :runtime
|
105
105
|
prerelease: false
|
106
106
|
version_requirements: !ruby/object:Gem::Requirement
|
107
107
|
requirements:
|
108
|
-
- -
|
108
|
+
- - ~>
|
109
109
|
- !ruby/object:Gem::Version
|
110
110
|
version: 1.3.8
|
111
111
|
- !ruby/object:Gem::Dependency
|
112
112
|
name: bundler
|
113
113
|
requirement: !ruby/object:Gem::Requirement
|
114
114
|
requirements:
|
115
|
-
- -
|
115
|
+
- - ~>
|
116
116
|
- !ruby/object:Gem::Version
|
117
117
|
version: '1.0'
|
118
118
|
type: :development
|
119
119
|
prerelease: false
|
120
120
|
version_requirements: !ruby/object:Gem::Requirement
|
121
121
|
requirements:
|
122
|
-
- -
|
122
|
+
- - ~>
|
123
123
|
- !ruby/object:Gem::Version
|
124
124
|
version: '1.0'
|
125
125
|
- !ruby/object:Gem::Dependency
|
126
126
|
name: rake
|
127
127
|
requirement: !ruby/object:Gem::Requirement
|
128
128
|
requirements:
|
129
|
-
- -
|
129
|
+
- - ~>
|
130
130
|
- !ruby/object:Gem::Version
|
131
131
|
version: '10.4'
|
132
132
|
type: :development
|
133
133
|
prerelease: false
|
134
134
|
version_requirements: !ruby/object:Gem::Requirement
|
135
135
|
requirements:
|
136
|
-
- -
|
136
|
+
- - ~>
|
137
137
|
- !ruby/object:Gem::Version
|
138
138
|
version: '10.4'
|
139
139
|
description: tj helps you create new local WordPress development sites, manage existing
|
@@ -221,17 +221,17 @@ require_paths:
|
|
221
221
|
- lib
|
222
222
|
required_ruby_version: !ruby/object:Gem::Requirement
|
223
223
|
requirements:
|
224
|
-
- -
|
224
|
+
- - '>='
|
225
225
|
- !ruby/object:Gem::Version
|
226
226
|
version: 1.9.3
|
227
227
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
228
228
|
requirements:
|
229
|
-
- -
|
229
|
+
- - '>='
|
230
230
|
- !ruby/object:Gem::Version
|
231
231
|
version: '0'
|
232
232
|
requirements: []
|
233
233
|
rubyforge_project:
|
234
|
-
rubygems_version: 2.
|
234
|
+
rubygems_version: 2.4.6
|
235
235
|
signing_key:
|
236
236
|
specification_version: 4
|
237
237
|
summary: WordPress development made easy
|