We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5050581 + c13ebc5 commit c939396Copy full SHA for c939396
cli.js
@@ -74,7 +74,9 @@ async function main() {
74
default: false,
75
description: chalk.gray(
76
'Upload presets enable client-side uploads. You can set one up later at:\n' +
77
- 'https://console.cloudinary.com/app/settings/upload/presets'
+ 'https://console.cloudinary.com/app/settings/upload/presets\n\n' +
78
+ 'The creation and management of upload presets is documented here:\n' +
79
+ 'https://cloudinary.com/documentation/upload_presets#creating_and_managing_upload_presets'
80
),
81
},
82
{
0 commit comments