Skip to content

Commit

Permalink
Merge pull request #166 from dimitrov-d/main
Browse files Browse the repository at this point in the history
Add IPNS bucket-uuid option
  • Loading branch information
dimitrov-d authored Feb 9, 2024
2 parents 058cedc + 96f9830 commit 62a966b
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 62a966b

Please sign in to comment.