Add safety warnings for lightdash deploy vs lightdash preview#425
Merged
torimwhaley merged 3 commits intomainfrom Feb 19, 2026
Merged
Add safety warnings for lightdash deploy vs lightdash preview#425torimwhaley merged 3 commits intomainfrom
torimwhaley merged 3 commits intomainfrom
Conversation
A customer accidentally overwrote their production semantic layer by running lightdash deploy from a local branch via an AI coding assistant. This adds prominent warnings to the CLI reference, deploy guide, and preview guide to prevent this from happening again. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
🤖 Documentation Bot✅ All checks passed! No issues found. |
Skills guardrails for deploy are being built in-product, so removing the AI-specific callouts from docs. Also removes em dashes and the redundant tip from the preview guide. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
🤖 Documentation Bot✅ All checks passed! No issues found. |
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
🤖 Documentation Bot✅ All checks passed! No issues found. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
lightdash deployin the CLI reference and deploy guide explaining it pushes directly to productionlightdash previewfor local development and CI/CD for production deploysContext
Addresses AE-212. A customer overwrote their production semantic layer by running
lightdash deployfrom a local branch (Pylon #10751).Test plan