((META (EMPTY-STRING title "Command line parameters") (WORD role "manual") (TAG-SET tags ("#command" "#configuration" "#manual" "#zettelstore")) (WORD syntax "zmk") (ZID-SET back ("00001004000000" "00001004011200")) (ZID-SET backward ("00001004000000" "00001004011200" "00001004059900")) (NUMBER box-number "1") (STRING copyright "(c) 2020-present by Detlef Stern ") (TIMESTAMP created "20210126175322") (ZID-SET forward ("00001004010000" "00001004050200" "00001004050400" "00001004051000" "00001004051100" "00001004051200" "00001004051400" "00001004059900" "00001010040200")) (WORD lang "en") (EMPTY-STRING license "EUPL-1.2-or-later") (TIMESTAMP modified "20221128161932") (TIMESTAMP published "20221128161932") (WORD visibility "public")) (BLOCK (PARA (TEXT "Zettelstore is not just a service that provides services of a zettelkasten.") (SOFT) (TEXT "It allows to some tasks to be executed at the command line.") (SOFT) (TEXT "Typically, the task (") (FORMAT-QUOTE () (TEXT "sub-command")) (TEXT ") will be given at the command line as the first parameter.")) (PARA (TEXT "If no parameter is given, the Zettelstore is called as")) (VERBATIM-CODE () "zettelstore") (PARA (TEXT "This is equivalent to call it this way:")) (VERBATIM-CODE (("" . "sh")) "mkdir -p ./zettel\nzettelstore run -d ./zettel -c ./.zscfg") (PARA (TEXT "Typically this is done by starting Zettelstore via a graphical user interface by double-clicking to its file icon.")) (HEADING 1 () "sub-commands" "sub-commands" (TEXT "Sub-commands")) (UNORDERED (INLINE (LINK-ZETTEL () "00001004050200" (LITERAL-CODE () "zettelstore help")) (TEXT " lists all available sub-commands.")) (INLINE (LINK-ZETTEL () "00001004050400" (LITERAL-CODE () "zettelstore version")) (TEXT " to display version information of Zettelstore.")) (INLINE (LINK-ZETTEL () "00001004051000" (LITERAL-CODE () "zettelstore run")) (TEXT " to start the Zettelstore service.")) (INLINE (LINK-ZETTEL () "00001004051100" (LITERAL-CODE () "zettelstore run-simple")) (TEXT " is typically called, when you start Zettelstore by a double.click in your GUI.")) (INLINE (LINK-ZETTEL () "00001004051200" (LITERAL-CODE () "zettelstore file")) (TEXT " to render files manually without activated/running Zettelstore services.")) (INLINE (LINK-ZETTEL () "00001004051400" (LITERAL-CODE () "zettelstore password")) (TEXT " to calculate data for ") (LINK-ZETTEL () "00001010040200" (TEXT "user authentication")) (TEXT "."))) (PARA (TEXT "Every sub-command allows the following command line options:")) (DESCRIPTION ((MARK "h" "h" "h" (LITERAL-INPUT () "-h")) (TEXT " (or ") (LITERAL-INPUT () "--help") (TEXT ")")) (BLOCK (BLOCK (PARA (TEXT "Does not execute the sub-command, but shows allowed command line options (except ") (LITERAL-INPUT () "-h") (TEXT " / ") (LITERAL-INPUT () "--help") (TEXT ").")))) ((MARK "l" "l" "l" (LITERAL-INPUT () "-l LOGSPEC"))) (BLOCK (BLOCK (PARA (TEXT "Makes the given logging level specification effective for this command.") (SOFT) (TEXT "Details, including syntax, can be found in the description for the ") (LINK-ZETTEL () "00001004010000#log-level" (LITERAL-INPUT () "log-level")) (TEXT " key of the startup configuration."))))) (PARA (TEXT "To measure potential bottlenecks within the software Zettelstore, there are some ") (LINK-ZETTEL () "00001004059900" (TEXT "command line flags for profiling the application")) (TEXT "."))))