hint:SSH Authentication Only - The mode to use to load the private key. Fill in the corresponding field below.
order:11
default:'path'
enum:
- 'path'
- 'contents'
sshPrivateKeyPath:
type:String
title:A - SSH Private Key Path
hint:SSH Authentication Only - Absolute path to the key. The key must NOT be passphrase-protected. Mode must be set to path to use this option.
order:12
sshPrivateKeyContent:
type:String
title:B - SSH Private Key Contents
hint:SSH Authentication Only - Paste the contents of the private key. The key must NOT be passphrase-protected. Mode must be set to contents to use this option.
hint:Output all content from the DB to the local Git repository to ensure all untracked content is saved. If you enabled Git after content was created or you temporarily disabled Git, you'll want to execute this action to add the missing untracked changes.
- handler:sync
label:Force Sync
hint:Will trigger an immediate sync operation, regardless of the current sync schedule. The sync direction is respected.
- handler:importAll
label:Import Everything
hint:Will import all content currently in the local Git repository, regardless of the latest commit state. Useful for importing content from the remote repository created before git was enabled.
hint:If you have unrelated merge histories, clearing the local repository can resolve this issue. This will not affect the remote repository or perform any commit.