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

     1  ## cozy-stack instances show-db-prefix
     2  
     3  Show the instance DB prefix of the specified domain
     4  
     5  ### Synopsis
     6  
     7  
     8  cozy-stack instances show allows to show the instance prefix on the cozy for a
     9  given domain. The prefix is used for databases and VFS prefixing.
    10  
    11  It will also show the couch_cluster if it is not the default one.
    12  
    13  
    14  ```
    15  cozy-stack instances show-db-prefix <domain> [flags]
    16  ```
    17  
    18  ### Examples
    19  
    20  ```
    21  $ cozy-stack instances show-db-prefix cozy.localhost:8080
    22  ```
    23  
    24  ### Options
    25  
    26  ```
    27    -h, --help   help for show-db-prefix
    28  ```
    29  
    30  ### Options inherited from parent commands
    31  
    32  ```
    33        --admin-host string   administration server host (default "localhost")
    34        --admin-port int      administration server port (default 6060)
    35    -c, --config string       configuration file (default "$HOME/.cozy.yaml")
    36        --host string         server host (default "localhost")
    37    -p, --port int            server port (default 8080)
    38  ```
    39  
    40  ### SEE ALSO
    41  
    42  * [cozy-stack instances](cozy-stack_instances.md)	 - Manage instances of a stack
    43