mirror of
https://github.com/clinicjs/node-clinic.git
synced 2026-02-01 17:27:14 +00:00
36 lines
1.3 KiB
Plaintext
36 lines
1.3 KiB
Plaintext
|
|
<title>Clinic.js Upload</title>
|
|
|
|
To help us improve and debug <code>clinic</code> run <code>clinic upload</code> to upload
|
|
data generated by Clinic.js to the cloud
|
|
|
|
To upload data, you have to log in to the Clinic.js Upload server.
|
|
Running <code>clinic upload</code> will open a browser window to handle the
|
|
authentication. In a programmatic environment, use the <code>CLINIC_JWT</code>
|
|
environment variable instead (see below).
|
|
|
|
Run <code>clinic upload</code> to upload doctor data
|
|
|
|
<code>clinic upload 13242.clinic-doctor</code>
|
|
|
|
Or to upload bubbleprof data
|
|
|
|
<code>clinic upload 13242.clinic-bubbleprof</code>
|
|
|
|
Replace 13242 with your pid.
|
|
|
|
If your profile contains potentially sensitive data, you can upload it
|
|
privately to your account using <code>--private</code>.
|
|
|
|
<code>clinic upload --private 13242.clinic-flame</code>
|
|
|
|
<h1>Flags</h1>
|
|
-h | --help Display Help
|
|
--private Upload data privately to your account.
|
|
--server URL Upload data to a different Clinic.js Upload server.
|
|
--no-open Prevent Clinic.js from opening the upload in your browser.
|
|
|
|
<h1>Environment Variables</h1>
|
|
CLINIC_JWT Token for authentication with the Clinic.js Upload server.
|
|
Obtained from <link>https://upload.clinicjs.org/profile</link>.
|