summaryrefslogtreecommitdiff
path: root/Master/tlpkg/doc
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2017-04-15 00:13:58 +0000
committerNorbert Preining <preining@logic.at>2017-04-15 00:13:58 +0000
commit8b451263c704aa050c23c14af8e204f560fe4be5 (patch)
tree85bf79277234623f61072750e69fcdccfa870711 /Master/tlpkg/doc
parent92beda79f15a01c5c027fa3e31bcefafe910e905 (diff)
start on tlmgr shell
git-svn-id: svn://tug.org/texlive/trunk@43795 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/doc')
-rw-r--r--Master/tlpkg/doc/tlmgr-shell.txt48
1 files changed, 48 insertions, 0 deletions
diff --git a/Master/tlpkg/doc/tlmgr-shell.txt b/Master/tlpkg/doc/tlmgr-shell.txt
new file mode 100644
index 00000000000..93384a53f4a
--- /dev/null
+++ b/Master/tlpkg/doc/tlmgr-shell.txt
@@ -0,0 +1,48 @@
+TeX Live Manager Shell
+======================
+
+to be written
+
+after starting, tlmgr shell echos out the protocol version
+ $ tlmgr shell
+ protocol NNN
+where NNN is a natural number, increasing when some commands
+are added, changed.
+
+Question:
+Handling of settings: e.g., how to mimic --repository and how
+to distinguish it from settings to be saved into the tlpdb.
+(--repository is used only for one incantation, but not saved
+into tlpdb)
+
+Commands:
+---------
+* set
+ sets some variables not to be saved into the tlpdb
+ set repository ... == --repository
+ set gui-lang LL == --gui-lang
+ set debug-translation 1 == --debug-translations
+ set machine-readable 1 == --machine-readable
+ set no-execute-actions 1 == --no-execute-actions
+ set package-logfile .. == --package-logfile
+ set persistent-downloads 0|1 == --(no-)persistent-downloads
+ set pin-file ... == --pin-file
+ set require-verification 0|1 == --(no-)require-verification
+ set usermode 1 == --usermode
+ set verify-downloads 0|1 == --(no-)verify-downloads
+
+* quit|end|byebye
+ ends the session
+
+* load local|remote
+ loads the local or remote database
+ the remote tlpdb is determined by either the setting in the
+ loaded local tlpdb, or by the "repository" setting (see above)
+
+* save
+ saves the local tlpdb (this is also done by several actions)
+
+All other actions are converted to commands and behave in the
+absolut same way.
+
+