Skip to content

fix(cli): refer to data apps by slug in user-facing strings - #26748

Merged
magnew merged 1 commit into
mainfrom
apps-slug-strings
Aug 4, 2026
Merged

fix(cli): refer to data apps by slug in user-facing strings#26748
magnew merged 1 commit into
mainfrom
apps-slug-strings

Conversation

@magnew

@magnew magnew commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

Closes #26724

Slug-first user-facing strings across the apps CLI surface: the download/upload --apps help 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

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>
@github-actions

github-actions Bot commented Aug 4, 2026

Copy link
Copy Markdown

🧪 Test Selection

✅ Tests that will run

Test Description
Preview Environment Deploys a preview environment for testing
CLI Tests Runs CLI integration and dbt version tests

⏭️ Tests skipped (no relevant file changes detected)

Test How to trigger manually
Frontend E2E Tests Add test-frontend to PR description
Backend API Tests Add test-backend to PR description
Timezone Tests Add test-timezone to PR description

Tip: Add test-all to your PR description to run all tests.

@github-actions

github-actions Bot commented Aug 4, 2026

Copy link
Copy Markdown

Your preview environment pr-26748 has been deployed.

Preview environment endpoints are available at:

@github-actions

github-actions Bot commented Aug 4, 2026

Copy link
Copy Markdown

Preview Environment

🌐 URL: https://lightdash-preview-pr-26748.lightdash.okteto.dev

📋 Logs: View in GCP Console

🔧 SSH: ./scripts/okteto-ssh.sh 26748

magnew commented Aug 4, 2026

Copy link
Copy Markdown
Contributor Author

Merge activity

  • Aug 4, 1:26 PM UTC: A user started a stack merge that includes this pull request via Graphite.
  • Aug 4, 1:26 PM UTC: @magnew merged this pull request with Graphite.

@magnew
magnew merged commit 086e216 into main Aug 4, 2026
24 checks passed
@magnew
magnew deleted the apps-slug-strings branch August 4, 2026 13:26
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)
@lightdash-bot

Copy link
Copy Markdown
Collaborator

🎉 This PR is included in version 1.78.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CLI: refer to data apps by slug, not UUID, in user-facing strings

2 participants