livecycle/Preevy Up

Runs the Preevy `up` command

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jan 14, 2024
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: livecycle/preevy-up-action@735f478090fc1b932edba03b56e28c6e2ac9c43e # v2.4.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
profile-urlThe Preevy profile URLyes
argsAdditional args to provide to the `up` command.no
docker-compose-yaml-pathsArray of comma separated paths to docker compose files. Uses current working directory if not provided.no
versionVersion of Preevy to use. Defaults to latest.nolatest
node-cacheNode package manager used for caching. Supported values: npm, yarn, pnpm, or ''. See https://github.com/actions/setup-node/blob/main/docs/advanced-usage.md#caching-packages-datanonpm
installEXPERIMENTAL: Installation method of the Preevy CLI. Supported values: npm, gh-release or nonenonpm
working-directoryWorking directory where the preevy CLI will runno
namedescription
urls-mapThe generated URLs of the preview environments created by Preevy, formatted as a JSON map of <service>.<port>.<url>
urls-jsonThe generated URLs of the preview environments created by Preevy, formatted as a JSON array
urls-filePath to file containing the generated URLs of the preview environments create by Preevy, formatted as a JSON array