seqeralabs / tower-cli

Nextflow Tower CLI tool
Apache License 2.0
43 stars 9 forks source link

[Data explorer] Add delete custom data links support to CLI #407

Closed weronikasosnowskaseqera closed 3 months ago

weronikasosnowskaseqera commented 6 months ago

Implement deleting custom data link in CLI

tw data-links delete --datalink=<datalinkId> --workspace=<workspaceId>   # delete a datalink in a workspace
gwright99 commented 3 months ago

Is this going to make it into USAGE.md? (data link examples in general, I mean)

weronikasosnowskaseqera commented 3 months ago

@gwright99 There is a ready PR with listing buckets, listing content from bucket and create/update/delete custom data links https://github.com/seqeralabs/tower-cli/pull/411. You can check It out and test.

robnewman commented 3 months ago

Is this going to make it into USAGE.md? (data link examples in general, I mean)

@gwright99 Added in https://github.com/seqeralabs/tower-cli/pull/442