circle_ci v0.1.0 CircleCI.Project.Env View Source

Link to this section Summary

Functions

Creates a new environment variable

Deletes the environment variable named ‘:name’

Gets the hidden value of environment variable :name

Returns four ‘x’ characters plus the last four ASCII characters of the value, consistent with the display of environment variable values in the CircleCI website

Link to this section Functions

Link to this function create(project, name, value) View Source

Creates a new environment variable

https://circleci.com/docs/api/v1-reference/#add-environment-variable

Deletes the environment variable named ‘:name’

https://circleci.com/docs/api/v1-reference/#delete-environment-variable

Gets the hidden value of environment variable :name

https://circleci.com/docs/api/v1-reference/#get-environment-variable

Returns four ‘x’ characters plus the last four ASCII characters of the value, consistent with the display of environment variable values in the CircleCI website.

https://circleci.com/docs/api/v1-reference/#list-environment-variables