0.12.2 • Published 6 months ago

@polywrap/cli-js v0.12.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

@polywrap/cli-js

Programmatically execute the Polywrap CLI

Description

It allows user execute Polywrap CLI commands programmatically, with simple and type-safe methods.

Usage

Build a wrapper:

import { Commands } from "@polywrap/cli-js";

async function main() {
  const wrapperPath = "/path/to/wrapper";

  const res = await Commands.build(
    { }, // build command options
    { cwd: wrapperPath }
  );

  console.log(res.stdout);
  console.log(res.stderr);
  console.log(res.exitCode);
}

Reference

TODO

0.11.0

9 months ago

0.12.0

8 months ago

0.11.1

9 months ago

0.12.1

7 months ago

0.11.2

9 months ago

0.11.0-pre.4

10 months ago

0.12.2

6 months ago

0.11.3

8 months ago

0.11.4

8 months ago

0.11.0-pre.2

10 months ago

0.10.6

10 months ago

0.11.0-pre.0

10 months ago

0.11.0-pre.1

10 months ago

0.10.3

1 year ago

0.10.4

11 months ago

0.10.5

11 months ago

0.10.0

1 year ago

0.10.1

1 year ago

0.10.2

1 year ago

0.10.0-pre.14

1 year ago

0.10.0-pre.13

1 year ago

0.10.0-pre.12

1 year ago

0.10.0-pre.11

1 year ago

0.10.0-pre.10

1 year ago

0.10.0-pre.8

1 year ago

0.10.0-pre.7

1 year ago