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

     1  ## cozy-stack config insert-asset
     2  
     3  Inserts an asset
     4  
     5  ### Synopsis
     6  
     7  Inserts a custom asset in a specific context
     8  
     9  Deprecated: please use the command cozy-stack assets add.
    10  
    11  
    12  ```
    13  cozy-stack config insert-asset --url <url> --name <name> --shasum <shasum> --context <context> [flags]
    14  ```
    15  
    16  ### Options
    17  
    18  ```
    19        --context string   The context of the asset
    20    -h, --help             help for insert-asset
    21        --name string      The name of the asset
    22        --shasum string    The shasum of the asset
    23        --url string       The URL of the asset
    24  ```
    25  
    26  ### Options inherited from parent commands
    27  
    28  ```
    29        --admin-host string   administration server host (default "localhost")
    30        --admin-port int      administration server port (default 6060)
    31    -c, --config string       configuration file (default "$HOME/.cozy.yaml")
    32        --host string         server host (default "localhost")
    33    -p, --port int            server port (default 8080)
    34  ```
    35  
    36  ### SEE ALSO
    37  
    38  * [cozy-stack config](cozy-stack_config.md)	 - Show and manage configuration elements
    39