API Commands

Manage APIs and API packages using the CLI

API Commands

Manage APIs and API packages in your Weik.io instance.

Usage

weikio api [command] [options]

Subcommands

ls

List all installed APIs.

Usage:

weikio api ls

Example:

weikio api ls

packages

Manage API packages.

Usage:

weikio api packages [command]

packages install

Install an API package.

Usage:

weikio api packages install <PackageId> <Version>

Arguments:

NameRequiredDescription
PackageIdYesID of the package to install
VersionYesVersion of the package to install

Example:

weikio api packages install MyPackage 1.0.0