mirror of
https://github.com/clinicjs/node-clinic.git
synced 2026-02-01 17:27:14 +00:00
22 lines
683 B
Plaintext
22 lines
683 B
Plaintext
|
|
<title>Clinic.js Ask</title>
|
|
|
|
To upload the data generated to the upload server private area, run <code>clinic ask</code>
|
|
|
|
Run <code>clinic ask</code> to upload doctor data
|
|
|
|
<code>clinic ask 13242.clinic-doctor</code>
|
|
|
|
Or to upload bubbleprof data
|
|
|
|
<code>clinic ask 13242.clinic-bubbleprof</code>
|
|
|
|
Replace 13242 with your pid.
|
|
|
|
In any case, <code>clinic ask</code> will open the browser and ask for a valid server login (or sign-up)
|
|
|
|
<h1>Flags</h1>
|
|
-h | --help Display Help
|
|
--server Upload data to a different Clinic.js Upload server.
|
|
--no-open Prevent Clinic.js from opening the upload in your browser.
|