Skip to main content

Applications - Hosted (Web)

Hosted (web) Applications​

Create or update a hosted application​

# Create from a build folder
c8y applications createHostedApplication --name "myapp" --file "./build"

# From a zip file (name will default to the zip filename)
c8y applications createHostedApplication --file "./build/myapp.zip"
info

The command will check if the application already exists or not, and create the application if necessary. Otherwise it just uploads the binary and activates it.

If you don't want to activate the binary use the skipActivation parameter