CLICommand referenceapp

app

Commands, arguments, and options for openship app.

See the workflow guide for examples. Global flags such as --json go before the command; see global options.

openship app

Browse, install, and configure catalog apps

openship app [options] [command]
SubcommandPurpose
list|lsList available catalog apps
get <id>Show an app template and an accessible installation draft
host-fit [options] <id>Check an app's requirements against a deployment destination
install [options] <id>Create or update an app installation draft; deploy its returned project ID with openship deploy
customManage this organization's custom app definitions
settingsRead and update an installed app's curated settings
connection <project>Show resolved app connection details, including credentials; requires project write access

openship app connection

Show resolved app connection details, including credentials; requires project write access

openship app connection [options] <project>
ArgumentMeaning
projectInstalled app project ID

openship app custom

Manage this organization's custom app definitions

openship app custom [options] [command]
SubcommandPurpose
list|ls
add <file>Validate and save a custom app definition
remove|rm <id>Remove a custom catalog definition

openship app custom add

Validate and save a custom app definition

openship app custom add [options] <file>
ArgumentMeaning
fileAppTemplate JSON file

openship app custom list

Use this command with the arguments below.

openship app custom list|ls [options]

openship app custom remove

Remove a custom catalog definition

openship app custom remove|rm [options] <id>
ArgumentMeaning
idCustom app ID

openship app get

Show an app template and an accessible installation draft

openship app get [options] <id>
ArgumentMeaning
idCatalog app ID

openship app host-fit

Check an app's requirements against a deployment destination

openship app host-fit [options] <id>
ArgumentMeaning
idCatalog app ID
OptionMeaning
--server <id>Registered server ID
--target <target>Deployment target, such as cloud

openship app install

Create or update an app installation draft; deploy its returned project ID with openship deploy

openship app install [options] <id>
ArgumentMeaning
idCatalog app ID
OptionMeaning
--name <name>Project name
--config <file>JSON object of app configuration values
--routes <file>JSON array of endpoint routing choices

openship app list

List available catalog apps

openship app list|ls [options]

openship app settings

Read and update an installed app's curated settings

openship app settings [options] [command]

openship app settings get

Use this command with the arguments below.

openship app settings get [options] <project>
ArgumentMeaning
projectInstalled app project ID

openship app settings update

Use this command with the arguments below.

openship app settings update [options] <project> <file>
ArgumentMeaning
projectInstalled app project ID
fileJSON object containing a changes array of {service, key, value}

On this page