Skip to content

Commit

Permalink
chore: appease linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Shaw committed Dec 13, 2023
1 parent 2f9b604 commit a7192d8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/pages/docs/how-to/remove.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ If you have managed your shard CIDs and upload CIDs separately (e.g., used `clie
To remove shard CIDs and upload CIDs separately, you'll generally do this by:

1. Determine shards to remove (skip this step if you already know!):
- Client: `client.capability.upload.list(contentCID)`
- CLI: `w3 can upload ls <contentCID> --shards`
- Client: `client.capability.upload.list(contentCID)`
- CLI: `w3 can upload ls <contentCID> --shards`
1. Remove the upload:
- Client: `client.capability.upload.remove(contentCID)`
- CLI: `w3 can upload rm <contentCID>`
- Client: `client.capability.upload.remove(contentCID)`
- CLI: `w3 can upload rm <contentCID>`
1. Remove each of the shards (ensure first that no other content is using that shard!):
- Client: `client.capability.store.remove(shardCID)`
- CLI: `w3 can store rm <shardCID>`
- Client: `client.capability.store.remove(shardCID)`
- CLI: `w3 can store rm <shardCID>`

0 comments on commit a7192d8

Please sign in to comment.