livecycle/Preevy Up
Runs the Preevy `up` command
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jan 14, 2024
- License
- Apache 2.0
Pinned Snippet
uses: livecycle/preevy-up-action@735f478090fc1b932edba03b56e28c6e2ac9c43e # v2.4.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| profile-url | The Preevy profile URL | yes | — |
| args | Additional args to provide to the `up` command. | no | — |
| docker-compose-yaml-paths | Array of comma separated paths to docker compose files. Uses current working directory if not provided. | no | — |
| version | Version of Preevy to use. Defaults to latest. | no | latest |
| node-cache | Node 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-data | no | npm |
| install | EXPERIMENTAL: Installation method of the Preevy CLI. Supported values: npm, gh-release or none | no | npm |
| working-directory | Working directory where the preevy CLI will run | no | — |
Outputs
| name | description |
|---|---|
| urls-map | The generated URLs of the preview environments created by Preevy, formatted as a JSON map of <service>.<port>.<url> |
| urls-json | The generated URLs of the preview environments created by Preevy, formatted as a JSON array |
| urls-file | Path to file containing the generated URLs of the preview environments create by Preevy, formatted as a JSON array |