@whatalo/cli-kit
v1.1.3
Published
Shared CLI utilities for Whatalo plugin development tools
Downloads
884
Maintainers
Readme
@whatalo/cli-kit
Shared runtime utilities for the Whatalo CLI ecosystem.
This package powers @whatalo/cli and related developer tools with reusable modules for:
- session storage and device authentication flows
- authenticated HTTP requests
- CLI output formatting and error handling
- project configuration loading and validation
- local tunnel management
- version checks and upgrade messaging
Intended usage
@whatalo/cli-kit is a support package for Whatalo developer tooling. Most developers should install and use @whatalo/cli instead of consuming this package directly.
Installation
pnpm add @whatalo/cli-kitModule entry points
import { getSession } from "@whatalo/cli-kit/session";
import { WhataloApiClient } from "@whatalo/cli-kit/http";
import { success, withErrorHandler } from "@whatalo/cli-kit/output";
import { readConfig } from "@whatalo/cli-kit/config";Requirements
- Node.js 18 or newer
Documentation
Developer documentation is available at developers.whatalo.com.
License
MIT
