Skip to content

Add --app-scope option for variables#1590

Open
pjcdawkins wants to merge 1 commit intomainfrom
variable-app-scope-option
Open

Add --app-scope option for variables#1590
pjcdawkins wants to merge 1 commit intomainfrom
variable-app-scope-option

Conversation

@pjcdawkins
Copy link
Collaborator

@pjcdawkins pjcdawkins commented Dec 19, 2025

Adds --app-scope option to var:create and var:update commands, allowing variables to be scoped to specific applications within a project.

  • Option accepts multiple values: --app-scope app1 --app-scope app2
  • Validates app names against the current deployment when available
  • Skips validation when no deployment exists (e.g., inactive environments)
  • Includes integration tests
  • The new application_scope property already shows in the variable:get output (without code changes)

@pjcdawkins pjcdawkins requested a review from Copilot January 28, 2026 14:00

This comment was marked as resolved.

@pjcdawkins pjcdawkins force-pushed the variable-app-scope-option branch 2 times, most recently from d9e0ce8 to 360a3d6 Compare January 28, 2026 15:13
@pjcdawkins pjcdawkins marked this pull request as ready for review January 28, 2026 15:13
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 3 out of 4 changed files in this pull request and generated no new comments.

Comments suppressed due to low confidence (1)

go-tests/go.mod:3

  • Go 1.25 does not exist. As of January 2025, the latest stable Go version is 1.23.x. This should be updated to a valid Go version.
go 1.25

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants