knight42 opened a new issue, #1781:
URL: https://github.com/apache/incubator-opendal/issues/1781

   Related: https://github.com/apache/incubator-opendal/issues/422 
[RFC](https://github.com/apache/incubator-opendal/blob/main/core/src/docs/rfcs/0423_command_line_interface.md)
   
   `oli config` is responsible for managing user configuration files. It 
consists of several subcommands:
   * `oli config add-profile`: add a profile to current config
     * Usage: `oli config add-profile <name> <type> [key=val]...`, e.g:
     * `oli config add-profile mys3 s3 bucket=foo access_key_id=bar`
   * `oli config delete-profile`: delete the given profile from the config
     * Usage: `oli config delete-profile <name>`
   * `oli config edit`: edit the config file from the default editor
     * Usage: `oli config edit`
     * It will open the editor defined by your `EDITOR` environment variables, 
or fall back to 'vi' for Linux or 'notepad' for Windows.
   * `oli config view`: print out the current config


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to