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

cloudinary-push

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cloudinary-push - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

2

package.json
{
"name": "cloudinary-push",
"version": "1.1.2",
"version": "1.1.3",
"description": "npm command line tool to upload images to cloudinary.",

@@ -5,0 +5,0 @@ "bin": {

@@ -1,3 +0,27 @@

### coudinary-push
## coudinary-push
Cloudinary command line tool to upload images to cloudinary cdn from terminal.
Cloudinary command line tool to upload images to cloudinary cdn from terminal. Currently only image upload is supported, feel free to contibute.
#### Install
```sh
npm install -g cloudinary-push
```
You will need upload preset to configure this, find it in docs here [doc](https://cloudinary.com/documentation/upload_images#upload_presets).
### Usage
```sh
cloudinary-push config -p presetname -c cloudname
```
#### To upload an image
```sh
cloudinary-push filename
```
Command | Options | Use
--- | --- | ---
config | -p , -c | provide preset name and cloudname
reset | | remove the config
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