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

     1  ## cozy-stack instances import
     2  
     3  Import data from an export link
     4  
     5  ### Synopsis
     6  
     7  This command will reset the Cozy instance and import data from an export link
     8  
     9  ```
    10  cozy-stack instances import <URL> [flags]
    11  ```
    12  
    13  ### Options
    14  
    15  ```
    16        --domain string   Specify the domain name of the instance
    17        --force           Force the import without asking for confirmation
    18    -h, --help            help for import
    19  ```
    20  
    21  ### Options inherited from parent commands
    22  
    23  ```
    24        --admin-host string   administration server host (default "localhost")
    25        --admin-port int      administration server port (default 6060)
    26    -c, --config string       configuration file (default "$HOME/.cozy.yaml")
    27        --host string         server host (default "localhost")
    28    -p, --port int            server port (default 8080)
    29  ```
    30  
    31  ### SEE ALSO
    32  
    33  * [cozy-stack instances](cozy-stack_instances.md)	 - Manage instances of a stack
    34