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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 299ab70034659023e913de149bca9617c4bba1a3
4
- data.tar.gz: 2c7e6a3c380a1f52280c0fcd173a448ee7d91afb
3
+ metadata.gz: 7d44e00a156e8d6b752a25e437b67316a7e54474
4
+ data.tar.gz: aae6aa57d04c93d22d35dee65f7e6e05b22102eb
5
5
  SHA512:
6
- metadata.gz: 9089d3094f283cf5e518733bf95a8c6a6c1601d0c8c533092e8c1faeb45f2616e524bad5e15fbb91fa419a656b05a33076b63ef00d70e90cf996337acf470052
7
- data.tar.gz: 05b1e39cc0b4c0b8c123d3e3b3cd7e13058fbf26bdecac89963227a7931e203c2277af67bb5eb1268a08e3d7b1f13d32fba8e1077a3bd89aa5482589e66c646f
6
+ metadata.gz: 1740f4e95fed4a847fbbca93a40b0a5225e5100bae8d5803356b67bb031a7176f7c98a1d4ab8d2918a285e8f050bcd756d48c1211fc556e8cfc759c174ccfed6
7
+ data.tar.gz: 7554c53474f869a5edc3e113c291374a594c1c9450fec0cee1fa872a9aa34f621ef3948361e27964acbfc4487726fc4f537866073dcc4fbcfc516bf48fbeea57
@@ -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" "November 2014" "" ""
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 primary commands and utilities\.
29
+ We divide \fBxnlogic\fR subcommands into the initial command and update commands\.
30
30
  .
31
- .SH "PRIMARY COMMANDS"
31
+ .SH "INITIAL COMMAND"
32
32
  .
33
- .IP "\(bu" 4
34
- \&\.\.\.
33
+ .TP
34
+ \fBxnlogic application(1)\fR
35
+ Create a simple application, suitable for development with the XN Framework\.
35
36
  .
36
- .IP "\(bu" 4
37
- \fBxnlogic help(1)\fR: Displays detailed help for each subcommand
37
+ .SH "APPLICATION UPDATES"
38
38
  .
39
- .IP "" 0
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
- .SH "UTILITIES"
43
+ .TP
44
+ \fBxnlogic deployment(1)\fR
45
+ Generates deployment files in an existing application\.
42
46
  .
43
47
  .TP
44
- \fBxnlogic application(1)\fR
45
- Create a simple application, suitable for development with xnlogic
48
+ \fBxnlogic help(1)\fR
49
+ Displays detailed help for each subcommand
46
50
 
@@ -22,21 +22,26 @@ OPTIONS
22
22
  Prints out additional logging information
23
23
 
24
24
  COMMANDS
25
- We divide xnlogic subcommands into primary commands and utilities.
25
+ We divide xnlogic subcommands into the initial command and update com-
26
+ mands.
26
27
 
27
- PRIMARY COMMANDS
28
- o ...
29
-
30
- o xnlogic help(1): Displays detailed help for each subcommand
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
- UTILITIES
35
- xnlogic application(1)
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
- November 2014 XNLOGIC(1)
47
+ January 2015 XNLOGIC(1)
@@ -1,3 +1,3 @@
1
1
  module Xnlogic
2
- VERSION = "1.0.13"
2
+ VERSION = "1.0.14"
3
3
  end
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 primary commands and utilities.
25
+ We divide `xnlogic` subcommands into the initial command and update commands.
26
26
 
27
- ## PRIMARY COMMANDS
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
- * `xnlogic help(1)`:
32
- Displays detailed help for each subcommand
32
+ ## APPLICATION UPDATES
33
33
 
34
- ## UTILITIES
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 application(1)`:
37
- Create a simple application, suitable for development with xnlogic
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
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xnlogic
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.13
4
+ version: 1.0.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Darrick Wiebe