sh 使用curl将本地录制内容上传到asciinema.org

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 使用curl将本地录制内容上传到asciinema.org相关的知识,希望对你有一定的参考价值。

# replace api-token with actual token from ~/.config/asciinema/config
curl -v -X POST -u $USER:api-token https://asciinema.org/api/asciicasts -F asciicast=@/path/to/recording.json

以上是关于sh 使用curl将本地录制内容上传到asciinema.org的主要内容,如果未能解决你的问题,请参考以下文章

php恢复ftp上传与curl multi

Dockerfile:如何使用 curl 下载文件并复制到容器中

在邮递员中使用 php curl 将文件上传到 Nextcloud 但上传的文件为空

LoadRunner录制上传文件,web_custom_request函数的Body属性显示了上传文件的内容。我如何参数化???

sh 用curl上传图片

sh 通过curl上传Nexus工件