Git Settings
--gitEnable/disable looking for a git repo (default: True)
Default: True
Environment variable: PAPERTLAB_GIT
Aliases:
--git
--no-git--gitignoreEnable/disable adding .papertlab* to .gitignore (default: True)
Default: True
Environment variable: PAPERTLAB_GITIGNORE
Aliases:
--gitignore
--no-gitignore--auto-commitsEnable/disable auto commit of LLM changes (default: True)
Default: True
Environment variable: PAPERTLAB_AUTO_COMMITS
Aliases:
--auto-commits
--no-auto-commits--dirty-commitsEnable/disable commits when repo is found dirty (default: True)
Default: True
Environment variable: PAPERTLAB_DIRTY_COMMITS
Aliases:
--dirty-commits
--no-dirty-commits--attribute-authorAttribute papertlab code changes in the git author name (default: True)
Default: True
Environment variable: PAPERTLAB_ATTRIBUTE_AUTHOR
Aliases:
--attribute-author
--no-attribute-authorAttribute papertlab commits in the git committer name (default: True)
Default: True
Environment variable: PAPERTLAB_ATTRIBUTE_COMMITTER
Aliases:
Prefix commit messages with ‘papertlab: ‘ if papertlab authored the changes (default: False)
Default: False
Environment variable: PAPERTLAB_ATTRIBUTE_COMMIT_MESSAGE_AUTHOR
Aliases:
Prefix all commit messages with ‘papertlab: ‘ (default: False)
Default: False
Environment variable: PAPERTLAB_ATTRIBUTE_COMMIT_MESSAGE_COMMITTER
Aliases:
Commit all pending changes with a suitable commit message, then exit
Default: False
Environment variable: PAPERTLAB_COMMIT
Specify a custom prompt for generating commit messages
Environment variable: PAPERTLAB_COMMIT_PROMPT
Perform a dry run without modifying files (default: False)
Default: False
Environment variable: PAPERTLAB_DRY_RUN
Aliases:
Last updated