biolink: command exposed by
the CLI.
All commands accept the global flags:
--json (default) / --table
for output format, --verbose for detailed errors, and --api-key <key> / --api-url <url> to
override credentials per call. None of the biolink: commands accept pagination flags.Core
biolink:list
List all biolink pages for the authenticated organization.Example
biolink:get
Get full details for a single biolink by its internal ID.Example
biolink:public
View public biolink data using its custom slug. This command resolves the page the same way a visitor would, so it does not require the internal UUID.Example
biolink:create
Create a new biolink page. All options are optional.Example
biolink:update
Update a biolink page. Provide at least one option, or the command exits with an error.--social-icons must be a valid JSON array; invalid JSON exits with an error before any request is
made. --show-grid and --hide-grid set the Instagram grid visibility (pass one, not both).Examples
biolink:delete
Delete a biolink page. Prompts for confirmation unless-y/--yes is passed.
Example
biolink:publish
Toggle a biolink between published and unpublished. The command flips whichever state the page is currently in and reports the new status.Example
Theme
biolink:theme
Change a biolink’s theme using either a preset or custom colors. Provide--preset, or one or
more custom color options — supplying neither exits with an error. If --preset is given it takes
precedence and the custom color options are ignored.
Examples
Buttons
Gallery
biolink:posts — List gallery posts
biolink:posts — List gallery posts
List the posts/gallery items for a biolink.
Example
biolink:add-post — Add a gallery post
biolink:add-post — Add a gallery post
Add a post to the gallery. All options are optional.
Example
biolink:update-post — Update a gallery post
biolink:update-post — Update a gallery post
Update a gallery post. Provide at least one option, or the command exits with an error.
Example
biolink:delete-post — Delete a gallery post
biolink:delete-post — Delete a gallery post
Delete a gallery post. Prompts for confirmation unless
-y/--yes is passed.Example
biolink:reorder-posts — Reorder gallery posts
biolink:reorder-posts — Reorder gallery posts
Reorder gallery posts. Pass the post IDs as positional arguments in the desired display order.
Example
Analytics
biolink:analytics
Get analytics for a biolink, including views, clicks, and click-through rate (CTR).Example