github.com/cozy/cozy-stack@v0.0.0-20240603063001-31110fa4cae1/docs/cli/cozy-stack_apps_update.md (about)

     1  ## cozy-stack apps update
     2  
     3  Update the application with the specified slug name.
     4  
     5  ```
     6  cozy-stack apps update <slug> [sourceurl] [flags]
     7  ```
     8  
     9  ### Options
    10  
    11  ```
    12    -h, --help   help for update
    13        --safe   do not upgrade if there are blocking changes
    14  ```
    15  
    16  ### Options inherited from parent commands
    17  
    18  ```
    19        --admin-host string   administration server host (default "localhost")
    20        --admin-port int      administration server port (default 6060)
    21        --all-domains         work on all domains iteratively
    22    -c, --config string       configuration file (default "$HOME/.cozy.yaml")
    23        --domain string       specify the domain name of the instance (default "cozy.localhost:8080")
    24        --host string         server host (default "localhost")
    25    -p, --port int            server port (default 8080)
    26  ```
    27  
    28  ### SEE ALSO
    29  
    30  * [cozy-stack apps](cozy-stack_apps.md)	 - Interact with the applications
    31