komodo_client
TypeScript icon, indicating that this package has built-in type declarations

1.17.4 • Public • Published

Komodo

A system to build and deploy software across many servers. https://komo.do

npm install komodo_client

or

yarn add komodo_client
import { KomodoClient, Types } from "komodo_client";

const komodo = KomodoClient("https://demo.komo.do", {
  type: "api-key",
  params: {
    key: "your_key",
    secret: "your secret",
  },
});

// Inferred as Types.StackListItem[]
const stacks = await komodo.read("ListStacks", {});

// Inferred as Types.Stack
const stack = await komodo.read("GetStack", {
  stack: stacks[0].name,
});

Readme

Keywords

none

Package Sidebar

Install

npm i komodo_client

Homepage

komo.do

Weekly Downloads

154

Version

1.17.4

License

GPL-3.0

Unpacked Size

617 kB

Total Files

13

Last publish

Collaborators

  • mbecker20