Post-Its¶
View, list, and manage Tapis post-its, which are pre-authenticated URLs than can be used in web callbacks or for sharing resources with persons who do not have Tapis platform accounts.
postits create¶
Create a new Postit
tapis postits create [-L INT] [-m INT] [-M GET|POST] [-N] FILES_URI
-
-LINT,--lifetimeINT¶ Lifetime (default: 2592000 sec)
-
-mINT,--max-usesINT¶ Maximum redemptions (default: -1)
-
-MGET|POST,--http-methodGET|POST¶ HTTP method for URL (default: GET)
-
-N,--no-auth¶ Do not pre-authenticate the URL
-
FILES_URI¶ Files URI (agave://system/path|https://api_server/system/path)
Replaces legacy CLI command “postits-create”