0.0.35 • Published 2 years ago

pac-fetch v0.0.35

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

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") });
0.0.34

2 years ago

0.0.35

2 years ago

0.0.32

3 years ago

0.0.33

3 years ago

0.0.31

4 years ago

0.0.30

4 years ago

0.0.29

4 years ago

0.0.28

4 years ago

0.0.27

4 years ago

0.0.26

4 years ago