2022-02-13 17:58:25 +01:00
|
|
|
# GSL: Statique Littérateur
|
|
|
|
|
|
|
|
$ gsl [ARG]
|
2022-03-08 18:20:17 +01:00
|
|
|
readme : Show README.md instructions
|
|
|
|
help | -h [OPT] : This Help
|
|
|
|
install : Show process installation
|
|
|
|
new : Adding a DOMAIN
|
|
|
|
write | -w : How to write a Post
|
2022-02-13 17:58:25 +01:00
|
|
|
|
2022-03-08 18:20:17 +01:00
|
|
|
new | -N : Add and configure a new DOMAIN
|
2022-02-13 17:58:25 +01:00
|
|
|
|
2022-03-08 18:20:17 +01:00
|
|
|
log | -L [OPTS] : Show logs from all sessions
|
|
|
|
clean | -C : Logs saved to {DATE}.gsl.log and cleaned
|
|
|
|
-i | -w | -e : from levels (infos, warnings, errors)
|
|
|
|
-s : from last session only
|
|
|
|
[TERM] : [TERM] : case insensitive, regex 'T1.*T2'
|
|
|
|
(i.e. $ gsl log -e -s code)
|
2022-02-13 17:58:25 +01:00
|
|
|
|
2022-03-08 18:20:17 +01:00
|
|
|
author | -A [OPT] : List authors from DOMAIN set in PWD folder
|
|
|
|
add : Add author(s) for DOMAIN
|
|
|
|
remove : Remove author(s) for DOMAIN
|
2022-02-13 17:58:25 +01:00
|
|
|
|
2022-03-27 18:46:48 +02:00
|
|
|
edit | -E [FILE] [APP] : Open in default EDITOR [FILE] or with APP
|
|
|
|
db [FILE] : Show DB statuses from [FILE]
|
|
|
|
|
|
|
|
sync [OPT] : Sync Templates to www and wip
|
|
|
|
wip : Only to wip server
|
|
|
|
www : Only to www server
|
|
|
|
|
|
|
|
|
2022-03-08 18:20:17 +01:00
|
|
|
check | -C [OPT] [FILE] : Check Posts errors from PWD folder or [FILE]
|
|
|
|
-F : Force check again
|
2022-03-06 16:28:29 +01:00
|
|
|
|
2022-03-08 18:20:17 +01:00
|
|
|
make | -M [OPT] [FILE] : Convert Posts from PWD folder or [FILE]
|
|
|
|
to HTML file in server
|
|
|
|
-F : Force Make again
|
2022-03-06 16:28:29 +01:00
|
|
|
|
2022-03-08 18:20:17 +01:00
|
|
|
post-list [OPT] [FILE] : Add post again from [FILE] to Last-Posts List
|
|
|
|
(When converting new post, it will be added)
|
|
|
|
Pin : Set Post from [FILE] to first in Last-Posts List
|
|
|
|
Add : Add Post from [FILE] to last in Last-Posts List
|
2022-03-27 18:46:48 +02:00
|
|
|
|
|
|
|
www [OPT1] [OPT2] : Add/Remove Post from www server
|
|
|
|
[OPT1]:
|
|
|
|
add : Add all/[FILE] to www server
|
|
|
|
rmove : remove all/[FILE] from www server
|
|
|
|
[OPT2]:
|
|
|
|
all : Select all post with wip statuses
|
|
|
|
[FILE] : Select specific post (if wip status)
|
|
|
|
|
|
|
|
version | -v : Show local versionn
|
|
|
|
-vv : Shown local and repo Versions
|
2022-02-13 17:58:25 +01:00
|
|
|
|