0.0.35 • Published 1 year ago

pac-fetch v0.0.35

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year 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

1 year ago

0.0.35

1 year ago

0.0.32

2 years ago

0.0.33

2 years ago

0.0.31

3 years ago

0.0.30

3 years ago

0.0.29

3 years ago

0.0.28

3 years ago

0.0.27

3 years ago

0.0.26

3 years ago