pharia-skill-cli

Crates.iopharia-skill-cli
lib.rspharia-skill-cli
version0.4.9
created_at2025-03-25 10:47:33.825513+00
updated_at2025-06-17 19:21:06.950558+00
descriptionA simple CLI that helps you publish skills on Pharia Kernel.
homepage
repositoryhttps://github.com/Aleph-Alpha/pharia-skill-cli
max_upload_size
id1605062
size306,225
Markus Klein (pacman82)

documentation

README

Pharia Skill CLI

A simple CLI that helps you publish skills on Pharia Kernel.

Installation

You can install the CLI from the latest release on GitHub, or using the installer script from the release:

curl https://github.com/Aleph-Alpha/pharia-skill-cli/releases/download/<INSERT_LATEST_VERSION_HERE>/pharia-skill-cli-installer.sh | sh

Usage

Publish a skill to OCI registry

Usage: pharia-skill-cli publish [OPTIONS] --registry <REGISTRY> --repository <REPOSITORY> --tag <TAG> --username <USERNAME> --token <TOKEN> <SKILL>

Arguments:
  <SKILL>  Path to skill .wasm file

Options:
  -R, --registry <REGISTRY>      The OCI registry the skill will be published to (e.g. 'ghrc.io') [env: SKILL_REGISTRY=]
  -r, --repository <REPOSITORY>  The OCI repository the skill will be published to (e.g. 'org/pharia-skills/skills') [env: SKILL_REPOSITORY=]
  -n, --name <NAME>              Published skill name
  -t, --tag <TAG>                Published skill tag
  -u, --username <USERNAME>      User name for OCI registry [env: SKILL_REGISTRY_USER=]
  -p, --token <TOKEN>            Token for OCI registry [env: SKILL_REGISTRY_TOKEN=]
  -h, --help                     Print help
Commit count: 246

cargo fmt