CLI
Same package as the SDK. Works via npx or when installed globally.
# one-offDROPKIT_KEY=pk_live_... npx @dropkit/upload ./photo.jpg
# from stdincat build.tar.gz | DROPKIT_KEY=pk_live_... npx @dropkit/upload - --name build.tar.gzPrints the URL on success. Exit 0 on success, 1 on upload failure, 2 on usage error.
Override the endpoint with DROPKIT_ENDPOINT.