Skip to content

Commit

Permalink
Add IPNS bucket-uuid option
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitrov-d committed Feb 9, 2024
1 parent 058cedc commit 96f9830
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/6-apillon-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,7 @@ apillon storage ipns create --bucket-uuid "123e4567-e89b-12d3-a456-426655440000"
Retrieves information about a specific IPNS record.

**Options**
- `-b, --bucket-uuid <uuid>`: UUID of the bucket.
- `-i, --ipns-uuid <uuid>`: UUID of the IPNS record.

**Example**
Expand All @@ -505,6 +506,7 @@ apillon storage ipns get --ipns-uuid "123e4567-e89b-12d3-a456-426655440000"
Publishes an IPNS record to IPFS and links it to a CID.

**Options**
- `-b, --bucket-uuid <uuid>`: UUID of the bucket.
- `-i, --ipns-uuid <uuid>`: UUID of the IPNS record.
- `-c, --cid <string>`: CID to which this IPNS name will point.

Expand All @@ -517,6 +519,7 @@ apillon storage ipns publish --ipns-uuid "123e4567-e89b-12d3-a456-426655440000"
Deletes an IPNS record from a specific bucket.

**Options**
- `-b, --bucket-uuid <uuid>`: UUID of the bucket.
- `-i, --ipns-uuid <uuid>`: UUID of the IPNS record.

**Example**
Expand Down

0 comments on commit 96f9830

Please sign in to comment.