We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
url
1 parent bcc9ad6 commit 49af88dCopy full SHA for 49af88d
cloudinary_cli/core/utils.py
@@ -36,7 +36,11 @@ def utils(params, optional_parameter, optional_parameter_parsed, ls):
36
@argument("transformation", default="")
37
@option("-rt", "--resource_type", default="image", type=Choice(['image', 'video', 'raw']), help="The asset type")
38
@option("-t", "--type", "delivery_type", default="upload",
39
- type=Choice(['upload', 'private', 'authenticated', 'fetch', 'list', 'url2png']),
+ type=Choice([
40
+ 'upload', 'private', 'public', 'authenticated', 'fetch', 'list', 'url2png',
41
+ 'sprite', 'text', 'multi', 'facebook', 'twitter', 'twitter_name', 'gravatar',
42
+ 'youtube', 'hulu', 'vimeo', 'animoto', 'worldstarhiphop', 'dailymotion'
43
+ ]),
44
help="The delivery type.")
45
@option("-o", "--open", 'open_in_browser', is_flag=True, help="Generate the derived asset and open it in your browser.")
46
@option("-s", "--sign", is_flag=True, help="Generate a signed URL.", default=False)
0 commit comments