theme-juice 0.9.3 → 0.9.4
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/lib/theme-juice/man/tj +5 -5
- data/lib/theme-juice/man/tj.txt +4 -3
- data/lib/theme-juice/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3f66b3f824f02cdff691ee38c15d31d26cf4cb39
|
|
4
|
+
data.tar.gz: 48c8a6c04d4c6368cb57678a7985125cf869eb7d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3586e2a03109cd795b2950d90ab2003046b4e00ebd1c8fee8c88d2294f44de25c358aac17b4d636372c7f69faaeda6e4852fefa0636144a1fae9f52845f77e36
|
|
7
|
+
data.tar.gz: c2a41afd23a2d5d2c5e20c031e72e6fb03ddedd2acf061472eebbe8e6b28551700a6712879764d6ac4d81a2f1024d4e92b5be6029268bd680bfa80f69967331d
|
data/lib/theme-juice/man/tj
CHANGED
|
@@ -31,8 +31,11 @@ Force IP address of VM
|
|
|
31
31
|
Force directory prefix for project in VM
|
|
32
32
|
.
|
|
33
33
|
.TP
|
|
34
|
-
\fB\-\-yolo\fR
|
|
34
|
+
\fB\-\-yolo\fR:
|
|
35
|
+
.
|
|
36
|
+
.br
|
|
35
37
|
Say yes to anything and everything
|
|
38
|
+
|
|
36
39
|
.
|
|
37
40
|
.TP
|
|
38
41
|
\fB\-\-boring\fR
|
|
@@ -100,11 +103,8 @@ Print the current version
|
|
|
100
103
|
List all projects
|
|
101
104
|
.
|
|
102
105
|
.TP
|
|
103
|
-
\fBvm\fR, \fBvagrant\fR, \fBvvv\fR=[\fIcommand\fR[,\fIcommand\fR]\.\.\.]
|
|
104
|
-
.
|
|
105
|
-
.br
|
|
106
|
+
\fBvm\fR, \fBvagrant\fR, \fBvvv\fR=[\fIcommand\fR[,\fIcommand\fR]\.\.\.]
|
|
106
107
|
Manage development environment via \fBvagrant\fR\. Commands are proxied to your Vagrant installation so that they can be run from any directory\.
|
|
107
|
-
|
|
108
108
|
.
|
|
109
109
|
.SH "CONFIG COMMANDS"
|
|
110
110
|
These run the corresponding command from your project\'s config file\. They accept any number of arguments, since the behavior and handling of input is defined within the config file itself\.
|
data/lib/theme-juice/man/tj.txt
CHANGED
|
@@ -29,7 +29,9 @@ GLOBAL OPTIONS
|
|
|
29
29
|
--vm-prefix=string
|
|
30
30
|
Force directory prefix for project in VM
|
|
31
31
|
|
|
32
|
-
--yolo
|
|
32
|
+
--yolo:
|
|
33
|
+
Say yes to anything and everything
|
|
34
|
+
|
|
33
35
|
|
|
34
36
|
--boring
|
|
35
37
|
Prints all output without any fancy formatting
|
|
@@ -80,12 +82,11 @@ SECONDARY COMMANDS
|
|
|
80
82
|
list, ls, projects, apps, sites
|
|
81
83
|
List all projects
|
|
82
84
|
|
|
83
|
-
vm, vagrant, vvv=[command[,command]...]
|
|
85
|
+
vm, vagrant, vvv=[command[,command]...]
|
|
84
86
|
Manage development environment via vagrant. Commands are proxied
|
|
85
87
|
to your Vagrant installation so that they can be run from any
|
|
86
88
|
directory.
|
|
87
89
|
|
|
88
|
-
|
|
89
90
|
CONFIG COMMANDS
|
|
90
91
|
These run the corresponding command from your project's config file.
|
|
91
92
|
They accept any number of arguments, since the behavior and handling of
|
data/lib/theme-juice/version.rb
CHANGED