Skip to main content
Update a path on a CODE component. Compares the path in —from-file against the remote state and applies the changes (or previews them with —dry-run). Use path get —output-path to export a path for editing first.

Usage

gable lineage component path update [OPTIONS]

Options

OptionTypeRequiredDefaultDescription
--endpointtextCustomer API endpoint for Gable, in the format https://api.company.gable.ai/. Can also be set with the GABLE_API_ENDPOINT environment variable.
--api-keytextAPI Key for Gable. Can also be set with the GABLE_API_KEY environment variable.
--componenttextComponent name or UUID.
--path-idtextPath ID.
--from-filetextPath to JSON file containing path definition, or pipe JSON to stdin.
--dry-runbooleanfalsePreview changes without applying.
--effective-sincetextPin mutation to a specific commit SHA.