{"id":27011380,"url":"https://github.com/pcon/cloudinary-cli","last_synced_at":"2025-04-04T11:29:16.171Z","repository":{"id":1752443,"uuid":"44033788","full_name":"pcon/cloudinary-cli","owner":"pcon","description":"A command-line interface into cloudinary","archived":false,"fork":false,"pushed_at":"2023-04-16T19:27:19.000Z","size":81,"stargazers_count":2,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-03T20:18:23.816Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pcon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2015-10-11T00:40:34.000Z","updated_at":"2022-02-14T20:19:33.000Z","dependencies_parsed_at":"2023-07-05T19:33:07.078Z","dependency_job_id":null,"html_url":"https://github.com/pcon/cloudinary-cli","commit_stats":{"total_commits":16,"total_committers":3,"mean_commits":5.333333333333333,"dds":0.5,"last_synced_commit":"9d0b8fbab36350ccd5f47d6181946cfee5838dd6"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcon%2Fcloudinary-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcon%2Fcloudinary-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcon%2Fcloudinary-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcon%2Fcloudinary-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pcon","download_url":"https://codeload.github.com/pcon/cloudinary-cli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247169187,"owners_count":20895242,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-04-04T11:29:15.599Z","updated_at":"2025-04-04T11:29:16.154Z","avatar_url":"https://github.com/pcon.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Command-line Interface for Cloudinary\nNot being able to find an easy way to upload files to cloudinary from the command-line, I created this tool to do so.\n\n# Installation\nInstall using npm\n\n`npm -g install cloudinary-cli`\n\n# Configuration\n## Global config\nBy adding a `$HOME/.cloudinary` file in the following format, all commands will parse that file for it's configuration\n\n```javascript\n{\n\tcloud_name: 'sample', \n\tapi_key: '874837483274837', \n\tapi_secret: 'a676b67565c6767a6767d6767f676fe1'\n}\n```\n\n## Command config\nThe command line flags will override the global configuration file\n\n```\n-n, --cloud_name [cloud_name]  Cloudinary cloud name\n-k, --api_key [api_key]        Cloudinary api key\n-s, --api_secret [api_secret]  Cloudinary api secret\n```\n\n# Usage\n# Upload\nTo upload a single file simply run\n\n`cloudinary upload foo.png`\n\nTo upload multiple files, use a space seperated list\n\n`cloudinary upload image1.png image2.png image3.png`\n\n## Options\nYou can use the following options when uploading\n\n```\n  --folder, -f      The folder\n  --usefilename     Use the system filename\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpcon%2Fcloudinary-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpcon%2Fcloudinary-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpcon%2Fcloudinary-cli/lists"}