https://github.com/adbertram/pscloudinairy
A PowerShell module to interact with the Cloudinairy API
https://github.com/adbertram/pscloudinairy
Last synced: 11 months ago
JSON representation
A PowerShell module to interact with the Cloudinairy API
- Host: GitHub
- URL: https://github.com/adbertram/pscloudinairy
- Owner: adbertram
- Created: 2018-11-04T13:08:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-09T17:19:11.000Z (over 7 years ago)
- Last Synced: 2025-09-02T03:58:01.770Z (11 months ago)
- Language: PowerShell
- Size: 374 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PSCloudinairy
A PowerShell module to interact with the Cloudinairy API
## How to Use
1. Create an API key [here](https://cloudinary.com/console/settings/security).
2. Open up your PowerShell console.
3. Copy this module to your preferred $env:PSModulePath folder.
4. Install the Cloudinairy SDK in the module folder by running `Install-CloudinairySDK`.
5. Save the cloud name, API secret and API key to the registry.
`Save-CloudinairyApiAuthInfo -CloudName -ApiKey -ApiSecret `
6. Run `Connect-Cloudinairy`.
7. Run any of the functions in the module to interact with your Cloudinary account!