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

     1  ## cozy-stack konnectors run
     2  
     3  Run a konnector.
     4  
     5  ### Synopsis
     6  
     7  Run a konnector named with specified slug using the specified options.
     8  
     9  ```
    10  cozy-stack konnectors run <slug> [flags]
    11  ```
    12  
    13  ### Options
    14  
    15  ```
    16        --account-id string   specify the account ID to use for running the konnector
    17    -h, --help                help for run
    18  ```
    19  
    20  ### Options inherited from parent commands
    21  
    22  ```
    23        --admin-host string   administration server host (default "localhost")
    24        --admin-port int      administration server port (default 6060)
    25        --all-domains         work on all domains iteratively
    26    -c, --config string       configuration file (default "$HOME/.cozy.yaml")
    27        --domain string       specify the domain name of the instance (default "cozy.localhost:8080")
    28        --host string         server host (default "localhost")
    29        --parameters string   override the parameters of the installed konnector
    30    -p, --port int            server port (default 8080)
    31  ```
    32  
    33  ### SEE ALSO
    34  
    35  * [cozy-stack konnectors](cozy-stack_konnectors.md)	 - Interact with the konnectors
    36