Hi there! Am I correct that it's not currently all...
# automation-api
a
Hi there! Am I correct that it's not currently allowed to pass in the path to the policy pack as a parameter for remote stacks? Like this:
Copy code
const stack = await RemoteWorkspace.selectStack({url: <git repo>})
await stack.up({
    onOutput: <http://console.info|console.info>,
    policyPacks: ['../policy_folder']})