New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

baidubce-cli

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

baidubce-cli - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

5

package.json
{
"name": "baidubce-cli",
"version": "0.0.4",
"version": "0.0.5",
"description": "baidu cloud engine command line tools",

@@ -23,2 +23,5 @@ "main": "index.js",

"author": "leeight@gmail.com",
"contributors": [
{ "name": "leeight", "email": "leeight@gmail.com" }
],
"license": "MIT",

@@ -25,0 +28,0 @@ "dependencies": {

14

README.md

@@ -18,7 +18,15 @@ ## baidubce-cli

```
baidubce bos -c ak my_ak
baidubce bos -c sk my_sk
baidubce bos -c endpoint http://10.105.97.15
baidubce bos -c bos.ak my_ak
baidubce bos -c bos.sk my_sk
baidubce bos -c bos.endpoint http://10.105.97.15
```
Btw, you can also set specific `bucket` to a different `endpoint` which will override the default configuration.
```
baidubce bos -c bos.my-bucket-1.ak my_ak
baidubce bos -c bos.my-bucket-1.sk my_sk
baidubce bos -c bos.my-bucket-1.endpoint http://10.26.208.32:8998
```
## Usage

@@ -25,0 +33,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc