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

0.0.35 • Public • Published

pac-fetch

Currently, the Power Platform product group does not provide an automated way to download and use the Power Platform CLI (pac) on a machine. This is desirable for any teams that wish to do any custom DevOps tooling. pac-fetch provides an easy way download pac either through a library or command line.

Usage

Commnad line

npx pac-fetch --path ./pac

Library

import pacFetch from "pac-fetch";
import { join } from "path";
import { cwd } from "process";

await pacFetch({ path: join(cwd(), "pac") });

Package Sidebar

Install

npm i pac-fetch

Weekly Downloads

1

Version

0.0.35

License

ISC

Unpacked Size

14.8 kB

Total Files

22

Last publish

Collaborators

  • mhogsett
  • computost