fix(cli): refer to data apps by slug in user-facing strings - #26748
Merged
Conversation
Slug-first help text and hints across the apps surface: download/upload --apps flag help, the preview re-download hint (now interpolates the app folder name), and the app-context server-support error (prefers the manifest slug over the raw ref). Closes #26724 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
Author
This was referenced Aug 4, 2026
🧪 Test Selection✅ Tests that will run
⏭️ Tests skipped (no relevant file changes detected)
|
magnew
marked this pull request as ready for review
August 4, 2026 08:47
|
Your preview environment pr-26748 has been deployed. Preview environment endpoints are available at: |
Preview Environment🌐 URL: https://lightdash-preview-pr-26748.lightdash.okteto.dev 📋 Logs: View in GCP Console 🔧 SSH: |
Contributor
Author
lightdash-bot
pushed a commit
that referenced
this pull request
Aug 4, 2026
# [1.78.0](1.77.0...1.78.0) (2026-08-04) ### Bug Fixes * **backend:** hide dbt environment variables from viewers ([#26802](#26802)) ([fa27306](fa27306)) * **cli:** explain the pnpm lockfile requirement in custom-dependency errors ([#26749](#26749)) ([ea50301](ea50301)), closes [#26721](#26721) * **cli:** refer to data apps by slug in user-facing strings ([#26748](#26748)) ([086e216](086e216)), closes [#26724](#26724) * **cli:** validate login, project, and slug before apps create prompts ([#26750](#26750)) ([19fa724](19fa724)), closes [#26716](#26716) * **unfurl:** use the configurable screenshot timeout for app renders ([#26794](#26794)) ([5fa0774](5fa0774)) ### Features * **cli:** add --port to apps preview and print the app URL ([#26752](#26752)) ([3da8fdd](3da8fdd)), closes [#26719](#26719) * **cli:** offer to install dependencies in apps preview ([#26751](#26751)) ([6909354](6909354)), closes [#26718](#26718)
Collaborator
|
🎉 This PR is included in version 1.78.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
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.

Closes #26724
Slug-first user-facing strings across the apps CLI surface: the download/upload
--appshelp text, the preview re-download hint (now interpolates the app folder name so the command is copy-pasteable), and the app-context server-support error (prefers the manifest slug over the raw ref). No behavior changes.🤖 Generated with Claude Code