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

     1  ## cozy-stack instances show-swift-prefix
     2  
     3  Show the instance swift prefix of the specified domain
     4  
     5  ```
     6  cozy-stack instances show-swift-prefix <domain> [flags]
     7  ```
     8  
     9  ### Examples
    10  
    11  ```
    12  $ cozy-stack instances show-swift-prefix cozy.localhost:8080
    13  ```
    14  
    15  ### Options
    16  
    17  ```
    18    -h, --help   help for show-swift-prefix
    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