./uplink.exe share [ALLOWED_PATH_PREFIX]... [flags]
uplink share [ALLOWED_PATH_PREFIX]... [flags]
uplink share [ALLOWED_PATH_PREFIX]... [flags]
An access generated using uplink share
with no argument creates an access to your entire project with read permissions.
Flag | Description |
| the serialized access, or name of the access to use |
| url for shared auth service (default "https://auth.tardigradeshare.io") |
| the base url for link sharing (default "https://link.tardigradeshare.io") |
| if true, disallow deletes |
| if true, disallow lists |
| if true, disallow reads |
| if true, disallow writes |
| specify your custom hostname. if set, returns dns settings for web hosting. implies |
| path to export the shared access to |
| help for share |
| disallow access after this time (e.g. '+2h', '2020-01-02T15:01:01-01:00') |
| disallow access before this time (e.g. '+2h', '2020-01-02T15:01:01-01:00') |
| if true, the access will be public. |
| implies |
| if true, creates and registers access grant |
| if true, returns a url for the shared path. implies |
| implies |
./uplink.exe share sj://cakes/cheesecake.jpg
uplink share sj://cakes/cheesecake.jpg
uplink share sj://cakes/cheesecake.jpg
Notice that by default, only download (read) and list operations are allowed.
./uplink.exe share sj://cakes --readonly=false
uplink share sj://cakes --readonly=true
uplink share sj://cakes --readonly=true
As the --readonly
flag is set to false, uploads and deletes are allowed.
Check out our Linksharing README.