Data Sync Server Documentation Index
Command-Line Tool Reference Home

manage-extension

Description
Examples
Arguments

Description

Install or update Ping Identity Data Sync Server extension bundles.

An extension bundle is a package of extension(s) that utilize the Server SDK to extend the functionality of Ping Identity Data Sync Server. Extension bundles are installed from a zip archive or file system directory. Ping Identity Data Sync Server will be restarted if running to activate the extension(s).

Examples

Interactively install an extension bundle from a zip archive:
manage-extension --install extension.zip


Interactively update an installed extension bundle from a directory:
manage-extension --update extension-bundle-dir


Update an installed extension bundle from a zip archive without prompting:
manage-extension --update extension.zip --no-prompt

Arguments

-V
--version

Description Display Data Sync Server version information

-H
--help

Description Display general usage information

--help-debug

Description Display help for using debug options
Advanced Yes

-i {installBundle}
--install {installBundle}

Description The extension bundle directory or zip archive file to install
Required No
Multi-Valued No

-u {updateBundle}
--update {updateBundle}

Description The bundle directory or zip archive file containing the updated extension bundle
Required No
Multi-Valued No

-l
--list

Description Lists information for all installed extensions

-n
--no-prompt

Description Use non-interactive mode. If data in the command is missing, you will not be prompted and the tool will fail

--ignoreWarnings

Description Tool should continue should warnings occur when used non-interactively. This option should be used with caution