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

     1  ## cozy-stack
     2  
     3  cozy-stack is the main command
     4  
     5  ### Synopsis
     6  
     7  Cozy is a platform that brings all your web services in the same private space.
     8  With it, your web apps and your devices can share data easily, providing you
     9  with a new experience. You can install Cozy on your own hardware where no one
    10  profiles you.
    11  
    12  ```
    13  cozy-stack <command> [flags]
    14  ```
    15  
    16  ### Options
    17  
    18  ```
    19        --admin-host string   administration server host (default "localhost")
    20        --admin-port int      administration server port (default 6060)
    21    -c, --config string       configuration file (default "$HOME/.cozy.yaml")
    22    -h, --help                help for cozy-stack
    23        --host string         server host (default "localhost")
    24    -p, --port int            server port (default 8080)
    25  ```
    26  
    27  ### SEE ALSO
    28  
    29  * [cozy-stack apps](cozy-stack_apps.md)	 - Interact with the applications
    30  * [cozy-stack assets](cozy-stack_assets.md)	 - Show and manage dynamic assets
    31  * [cozy-stack check](cozy-stack_check.md)	 - A set of tools to check that instances are in the expected state.
    32  * [cozy-stack completion](cozy-stack_completion.md)	 - Output shell completion code for the specified shell
    33  * [cozy-stack config](cozy-stack_config.md)	 - Show and manage configuration elements
    34  * [cozy-stack doc](cozy-stack_doc.md)	 - Print the documentation
    35  * [cozy-stack features](cozy-stack_features.md)	 - Manage the feature flags
    36  * [cozy-stack files](cozy-stack_files.md)	 - Interact with the cozy filesystem
    37  * [cozy-stack fix](cozy-stack_fix.md)	 - A set of tools to fix issues or migrate content.
    38  * [cozy-stack instances](cozy-stack_instances.md)	 - Manage instances of a stack
    39  * [cozy-stack jobs](cozy-stack_jobs.md)	 - Launch and manage jobs and workers
    40  * [cozy-stack konnectors](cozy-stack_konnectors.md)	 - Interact with the konnectors
    41  * [cozy-stack serve](cozy-stack_serve.md)	 - Starts the stack and listens for HTTP calls
    42  * [cozy-stack settings](cozy-stack_settings.md)	 - Display and update settings
    43  * [cozy-stack status](cozy-stack_status.md)	 - Check if the HTTP server is running
    44  * [cozy-stack swift](cozy-stack_swift.md)	 - Interact directly with OpenStack Swift object storage
    45  * [cozy-stack tools](cozy-stack_tools.md)	 - Regroup some tools for debugging and tests
    46  * [cozy-stack triggers](cozy-stack_triggers.md)	 - Interact with the triggers
    47  * [cozy-stack version](cozy-stack_version.md)	 - Print the version number
    48