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

     1  ## cozy-stack swift ls-layouts
     2  
     3  Count layouts by types (v3a, v3b, unknown)
     4  
     5  ```
     6  cozy-stack swift ls-layouts [flags]
     7  ```
     8  
     9  ### Examples
    10  
    11  ```
    12  $ cozy-stack swift ls-layouts
    13  ```
    14  
    15  ### Options
    16  
    17  ```
    18    -h, --help           help for ls-layouts
    19        --show-domains   Show the domains along the counter
    20  ```
    21  
    22  ### Options inherited from parent commands
    23  
    24  ```
    25        --admin-host string   administration server host (default "localhost")
    26        --admin-port int      administration server port (default 6060)
    27    -c, --config string       configuration file (default "$HOME/.cozy.yaml")
    28        --host string         server host (default "localhost")
    29    -p, --port int            server port (default 8080)
    30  ```
    31  
    32  ### SEE ALSO
    33  
    34  * [cozy-stack swift](cozy-stack_swift.md)	 - Interact directly with OpenStack Swift object storage
    35