New readme / help
This commit is contained in:
parent
31f968a964
commit
5a76003b1a
13
README.md
13
README.md
|
@ -159,6 +159,7 @@ $ gsl [ARG]
|
||||||
install : Show process installation
|
install : Show process installation
|
||||||
new : Adding a DOMAIN
|
new : Adding a DOMAIN
|
||||||
write | -w : How to write a Post
|
write | -w : How to write a Post
|
||||||
|
template | -t : Tips to create your template
|
||||||
|
|
||||||
new | -N : Add and configure a new DOMAIN
|
new | -N : Add and configure a new DOMAIN
|
||||||
|
|
||||||
|
@ -172,8 +173,13 @@ $ gsl [ARG]
|
||||||
author | -A [OPT] : List authors from DOMAIN set in PWD folder
|
author | -A [OPT] : List authors from DOMAIN set in PWD folder
|
||||||
add : Add author(s) for DOMAIN
|
add : Add author(s) for DOMAIN
|
||||||
remove : Remove author(s) for DOMAIN
|
remove : Remove author(s) for DOMAIN
|
||||||
|
|
||||||
edit | -E [FILE] : Open in default EDITOR [FILE] or with nano
|
create [TYPE] [NAME] : Create an article with [TYPE] named [NAME].gsl
|
||||||
|
|
||||||
|
edit | -E : Open in default EDITOR [FILE] or with nano
|
||||||
|
conf : Domain configuration file
|
||||||
|
[FILE] : [FILE] (.gsl)
|
||||||
|
|
||||||
db [FILE] : Show DB statuses from [FILE]
|
db [FILE] : Show DB statuses from [FILE]
|
||||||
|
|
||||||
sync [OPT] : Sync Templates to www and wip
|
sync [OPT] : Sync Templates to www and wip
|
||||||
|
@ -206,6 +212,7 @@ $ gsl [ARG]
|
||||||
add/remove will build last-posts-list.html
|
add/remove will build last-posts-list.html
|
||||||
create | -C : rebuild last-posts-list.html
|
create | -C : rebuild last-posts-list.html
|
||||||
|
|
||||||
version | -v : Show local versionn
|
-v : Show local versionn
|
||||||
|
--version : Like -v + changes
|
||||||
-vv : Shown local and repo Versions
|
-vv : Shown local and repo Versions
|
||||||
```
|
```
|
||||||
|
|
|
@ -159,6 +159,7 @@ $ gsl [ARG]
|
||||||
install : Show process installation
|
install : Show process installation
|
||||||
new : Adding a DOMAIN
|
new : Adding a DOMAIN
|
||||||
write | -w : How to write a Post
|
write | -w : How to write a Post
|
||||||
|
template | -t : Tips to create your template
|
||||||
|
|
||||||
new | -N : Add and configure a new DOMAIN
|
new | -N : Add and configure a new DOMAIN
|
||||||
|
|
||||||
|
@ -172,8 +173,13 @@ $ gsl [ARG]
|
||||||
author | -A [OPT] : List authors from DOMAIN set in PWD folder
|
author | -A [OPT] : List authors from DOMAIN set in PWD folder
|
||||||
add : Add author(s) for DOMAIN
|
add : Add author(s) for DOMAIN
|
||||||
remove : Remove author(s) for DOMAIN
|
remove : Remove author(s) for DOMAIN
|
||||||
|
|
||||||
edit | -E [FILE] : Open in default EDITOR [FILE] or with nano
|
create [TYPE] [NAME] : Create an article with [TYPE] named [NAME].gsl
|
||||||
|
|
||||||
|
edit | -E : Open in default EDITOR [FILE] or with nano
|
||||||
|
conf : Domain configuration file
|
||||||
|
[FILE] : [FILE] (.gsl)
|
||||||
|
|
||||||
db [FILE] : Show DB statuses from [FILE]
|
db [FILE] : Show DB statuses from [FILE]
|
||||||
|
|
||||||
sync [OPT] : Sync Templates to www and wip
|
sync [OPT] : Sync Templates to www and wip
|
||||||
|
@ -206,6 +212,7 @@ $ gsl [ARG]
|
||||||
add/remove will build last-posts-list.html
|
add/remove will build last-posts-list.html
|
||||||
create | -C : rebuild last-posts-list.html
|
create | -C : rebuild last-posts-list.html
|
||||||
|
|
||||||
version | -v : Show local versionn
|
-v : Show local versionn
|
||||||
|
--version : Like -v + changes
|
||||||
-vv : Shown local and repo Versions
|
-vv : Shown local and repo Versions
|
||||||
```
|
```
|
||||||
|
|
|
@ -6,6 +6,7 @@ $ gsl [ARG]
|
||||||
install : Show process installation
|
install : Show process installation
|
||||||
new : Adding a DOMAIN
|
new : Adding a DOMAIN
|
||||||
write | -w : How to write a Post
|
write | -w : How to write a Post
|
||||||
|
template | -t : Tips to create your template
|
||||||
|
|
||||||
new | -N : Add and configure a new DOMAIN
|
new | -N : Add and configure a new DOMAIN
|
||||||
|
|
||||||
|
@ -19,8 +20,13 @@ $ gsl [ARG]
|
||||||
author | -A [OPT] : List authors from DOMAIN set in PWD folder
|
author | -A [OPT] : List authors from DOMAIN set in PWD folder
|
||||||
add : Add author(s) for DOMAIN
|
add : Add author(s) for DOMAIN
|
||||||
remove : Remove author(s) for DOMAIN
|
remove : Remove author(s) for DOMAIN
|
||||||
|
|
||||||
edit | -E [FILE] : Open in default EDITOR [FILE] or with nano
|
create [TYPE] [NAME] : Create an article with [TYPE] named [NAME].gsl
|
||||||
|
|
||||||
|
edit | -E : Open in default EDITOR [FILE] or with nano
|
||||||
|
conf : Domain configuration file
|
||||||
|
[FILE] : [FILE] (.gsl)
|
||||||
|
|
||||||
db [FILE] : Show DB statuses from [FILE]
|
db [FILE] : Show DB statuses from [FILE]
|
||||||
|
|
||||||
sync [OPT] : Sync Templates to www and wip
|
sync [OPT] : Sync Templates to www and wip
|
||||||
|
@ -53,6 +59,6 @@ $ gsl [ARG]
|
||||||
add/remove will build last-posts-list.html
|
add/remove will build last-posts-list.html
|
||||||
create | -C : rebuild last-posts-list.html
|
create | -C : rebuild last-posts-list.html
|
||||||
|
|
||||||
version | -v : Show local versionn
|
-v : Show local versionn
|
||||||
|
--version : Like -v + changes
|
||||||
-vv : Shown local and repo Versions
|
-vv : Shown local and repo Versions
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue