xnlogic 1.0.13 → 1.0.14
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/xnlogic/man/xnlogic +15 -11
- data/lib/xnlogic/man/xnlogic.txt +15 -10
- data/lib/xnlogic/version.rb +1 -1
- data/man/xnlogic.ronn +12 -8
- 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: 7d44e00a156e8d6b752a25e437b67316a7e54474
|
|
4
|
+
data.tar.gz: aae6aa57d04c93d22d35dee65f7e6e05b22102eb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1740f4e95fed4a847fbbca93a40b0a5225e5100bae8d5803356b67bb031a7176f7c98a1d4ab8d2918a285e8f050bcd756d48c1211fc556e8cfc759c174ccfed6
|
|
7
|
+
data.tar.gz: 7554c53474f869a5edc3e113c291374a594c1c9450fec0cee1fa872a9aa34f621ef3948361e27964acbfc4487726fc4f537866073dcc4fbcfc516bf48fbeea57
|
data/lib/xnlogic/man/xnlogic
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
.\" generated with Ronn/v0.7.3
|
|
2
2
|
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
|
3
3
|
.
|
|
4
|
-
.TH "XNLOGIC" "1" "
|
|
4
|
+
.TH "XNLOGIC" "1" "January 2015" "" ""
|
|
5
5
|
.
|
|
6
6
|
.SH "NAME"
|
|
7
7
|
\fBxnlogic\fR \- XN Logic Command\-line Tools
|
|
@@ -26,21 +26,25 @@ Prints all output without color
|
|
|
26
26
|
Prints out additional logging information
|
|
27
27
|
.
|
|
28
28
|
.SH "COMMANDS"
|
|
29
|
-
We divide \fBxnlogic\fR subcommands into
|
|
29
|
+
We divide \fBxnlogic\fR subcommands into the initial command and update commands\.
|
|
30
30
|
.
|
|
31
|
-
.SH "
|
|
31
|
+
.SH "INITIAL COMMAND"
|
|
32
32
|
.
|
|
33
|
-
.
|
|
34
|
-
|
|
33
|
+
.TP
|
|
34
|
+
\fBxnlogic application(1)\fR
|
|
35
|
+
Create a simple application, suitable for development with the XN Framework\.
|
|
35
36
|
.
|
|
36
|
-
.
|
|
37
|
-
\fBxnlogic help(1)\fR: Displays detailed help for each subcommand
|
|
37
|
+
.SH "APPLICATION UPDATES"
|
|
38
38
|
.
|
|
39
|
-
.
|
|
39
|
+
.TP
|
|
40
|
+
\fBxnlogic vm_config(1)\fR
|
|
41
|
+
Updates an existing application with the current Vagrant VM configuration, or can also be used to adjust settings\.
|
|
40
42
|
.
|
|
41
|
-
.
|
|
43
|
+
.TP
|
|
44
|
+
\fBxnlogic deployment(1)\fR
|
|
45
|
+
Generates deployment files in an existing application\.
|
|
42
46
|
.
|
|
43
47
|
.TP
|
|
44
|
-
\fBxnlogic
|
|
45
|
-
|
|
48
|
+
\fBxnlogic help(1)\fR
|
|
49
|
+
Displays detailed help for each subcommand
|
|
46
50
|
|
data/lib/xnlogic/man/xnlogic.txt
CHANGED
|
@@ -22,21 +22,26 @@ OPTIONS
|
|
|
22
22
|
Prints out additional logging information
|
|
23
23
|
|
|
24
24
|
COMMANDS
|
|
25
|
-
We divide xnlogic subcommands into
|
|
25
|
+
We divide xnlogic subcommands into the initial command and update com-
|
|
26
|
+
mands.
|
|
26
27
|
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
28
|
+
INITIAL COMMAND
|
|
29
|
+
xnlogic application(1)
|
|
30
|
+
Create a simple application, suitable for development with the
|
|
31
|
+
XN Framework.
|
|
31
32
|
|
|
33
|
+
APPLICATION UPDATES
|
|
34
|
+
xnlogic vm_config(1)
|
|
35
|
+
Updates an existing application with the current Vagrant VM con-
|
|
36
|
+
figuration, or can also be used to adjust settings.
|
|
32
37
|
|
|
38
|
+
xnlogic deployment(1)
|
|
39
|
+
Generates deployment files in an existing application.
|
|
33
40
|
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
Create a simple application, suitable for development with
|
|
37
|
-
xnlogic
|
|
41
|
+
xnlogic help(1)
|
|
42
|
+
Displays detailed help for each subcommand
|
|
38
43
|
|
|
39
44
|
|
|
40
45
|
|
|
41
46
|
|
|
42
|
-
|
|
47
|
+
January 2015 XNLOGIC(1)
|
data/lib/xnlogic/version.rb
CHANGED
data/man/xnlogic.ronn
CHANGED
|
@@ -22,17 +22,21 @@ started, or https://xnlogic.zendesk.com/hc/en-us for support.
|
|
|
22
22
|
|
|
23
23
|
## COMMANDS
|
|
24
24
|
|
|
25
|
-
We divide `xnlogic` subcommands into
|
|
25
|
+
We divide `xnlogic` subcommands into the initial command and update commands.
|
|
26
26
|
|
|
27
|
-
##
|
|
27
|
+
## INITIAL COMMAND
|
|
28
28
|
|
|
29
|
-
*
|
|
29
|
+
* `xnlogic application(1)`:
|
|
30
|
+
Create a simple application, suitable for development with the XN Framework.
|
|
30
31
|
|
|
31
|
-
|
|
32
|
-
Displays detailed help for each subcommand
|
|
32
|
+
## APPLICATION UPDATES
|
|
33
33
|
|
|
34
|
-
|
|
34
|
+
* `xnlogic vm_config(1)`:
|
|
35
|
+
Updates an existing application with the current Vagrant VM configuration, or
|
|
36
|
+
can also be used to adjust settings.
|
|
35
37
|
|
|
36
|
-
* `xnlogic
|
|
37
|
-
|
|
38
|
+
* `xnlogic deployment(1)`:
|
|
39
|
+
Generates deployment files in an existing application.
|
|
38
40
|
|
|
41
|
+
* `xnlogic help(1)`:
|
|
42
|
+
Displays detailed help for each subcommand
|