circle_ci v0.1.0 CircleCI.Project.CheckoutKey View Source

Link to this section Summary

Functions

Creates a new checkout key. Only usable with a user API token

Deletes the checkout key

Gets the checkout key

Lists the checkout keys for a project

Link to this section Functions

Creates a new checkout key. Only usable with a user API token.

Params: type - The type of key to create. Can be ‘deploy-key’ or ‘github-user-key’.

Link to this function delete(project, fingerprint) View Source

Deletes the checkout key

Params: fingerprint - The fingerprint of key

Link to this function get(project, fingerprint) View Source

Gets the checkout key

Params: fingerprint - The fingerprint of key

Lists the checkout keys for a project