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

     1  ## cozy-stack apps
     2  
     3  Interact with the applications
     4  
     5  ### Synopsis
     6  
     7  
     8  cozy-stack apps allows to interact with the cozy applications.
     9  
    10  It provides commands to install or update applications on
    11  a cozy.
    12  
    13  
    14  ```
    15  cozy-stack apps <command> [flags]
    16  ```
    17  
    18  ### Options
    19  
    20  ```
    21        --all-domains     work on all domains iteratively
    22        --domain string   specify the domain name of the instance (default "cozy.localhost:8080")
    23    -h, --help            help for apps
    24  ```
    25  
    26  ### Options inherited from parent commands
    27  
    28  ```
    29        --admin-host string   administration server host (default "localhost")
    30        --admin-port int      administration server port (default 6060)
    31    -c, --config string       configuration file (default "$HOME/.cozy.yaml")
    32        --host string         server host (default "localhost")
    33    -p, --port int            server port (default 8080)
    34  ```
    35  
    36  ### SEE ALSO
    37  
    38  * [cozy-stack](cozy-stack.md)	 - cozy-stack is the main command
    39  * [cozy-stack apps install](cozy-stack_apps_install.md)	 - Install an application with the specified slug name
    40  from the given source URL.
    41  * [cozy-stack apps ls](cozy-stack_apps_ls.md)	 - List the installed applications.
    42  * [cozy-stack apps show](cozy-stack_apps_show.md)	 - Show the application attributes
    43  * [cozy-stack apps uninstall](cozy-stack_apps_uninstall.md)	 - Uninstall the application with the specified slug name.
    44  * [cozy-stack apps update](cozy-stack_apps_update.md)	 - Update the application with the specified slug name.
    45