pulumi/sdk/python/dist/pulumi-analyzer-policy-python.cmd
Justin Van Patten 24e804bbe8
Support for running Python policy packs (#4057)
These changes enable running policy packs written in Python.
2020-03-18 16:15:57 -07:00

5 lines
166 B
Batchfile
Executable file

@echo off
setlocal
REM We use `python` instead of `python3` because Windows Python installers
REM install only `python.exe` by default.
@python -u -m pulumi.policy %*