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

     1  ## cozy-stack swift put
     2  
     3  
     4  
     5  ### Synopsis
     6  
     7  cozy-stack swift put can be used to create or update an object in
     8  the swift container associated to the given domain. The content of the file is
     9  expected on the standard input.
    10  
    11  ```
    12  cozy-stack swift put <domain> <object-name> [flags]
    13  ```
    14  
    15  ### Options
    16  
    17  ```
    18        --content-type string   Specify a Content-Type for the created object
    19    -h, --help                  help for put
    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