Skip to content

cloudify-cosmo/environment-data-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Retrieves a Cloudify environment's data, into a file and/or an output.

Environment Variables

This Action uses the Cloudify Profile environment variables described in the official Cloudify documentation (see More Information below).

Inputs

(Certain commonly-used inputs are documented in our official website; see More Information below)

Outputs

Name Description
environment-data The environment's data, as described in the official Cloudify documentation (see below)

If outputs-file is specified, then the environment's data is also written into that file.

Example

jobs:
  test_job:
    steps:
      - name: Get Environment Data
        uses: cloudify-cosmo/environment-data-action@v1.3
        with:
          environment-name: "my-environment"
          outputs-file: env-data.json

More Information

Refer to Cloudify CI/CD Integration for additional information about Cloudify's integration with CI/CD tools.