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

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