mirror of
https://github.com/kovetskiy/mark.git
synced 2026-05-01 12:42:36 +00:00
Define parent pages from CLI
This commit is contained in:
@@ -739,7 +739,7 @@ USAGE:
|
||||
mark [global options] [arguments...]
|
||||
|
||||
VERSION:
|
||||
9.5.2
|
||||
9.8.0
|
||||
|
||||
DESCRIPTION:
|
||||
Mark is a tool to update Atlassian Confluence pages from markdown. Documentation is available here: https://github.com/kovetskiy/mark
|
||||
@@ -762,6 +762,8 @@ GLOBAL OPTIONS:
|
||||
--config value, -c value use the specified configuration file. (default: "~/.config/mark") [$MARK_CONFIG]
|
||||
--ci run on CI mode. It won't fail if files are not found. (default: false) [$MARK_CI]
|
||||
--space value use specified space key. If the space key is not specified, it must be set in the page metadata. [$MARK_SPACE]
|
||||
--parents value A list containing the parents of the document separated by parents-delimiter (default: '/'). These will be preprended to the ones defined in the document itself. [$MARK_PARENTS]
|
||||
--parents-delimiter value The delimiter used for the nested parent (default: "/") [$MARK_PARENTS_DELIMITER]
|
||||
--mermaid-provider value defines the mermaid provider to use. Supported options are: cloudscript, mermaid-go. (default: "cloudscript") [$MARK_MERMAID_PROVIDER]
|
||||
--help, -h show help
|
||||
--version, -v print the version
|
||||
|
||||
Reference in New Issue
Block a user