Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
zitadel
/
nextgen
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
22
Code
Issues
189
Pull requests
50
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
fix: give --environment one meaning across the CLI
- #1275
#1275
Open
mridang
wants to merge 25 commits into
main
zitadel/nextgen:main
from
refactor/cli-environment-flag
zitadel/nextgen:refactor/cli-environment-flag
Copy head branch name to clipboard
Conversation
Commits
25
(25)
Checks
Files changed
Open
fix: give --environment one meaning across the CLI
#1275
mridang
wants to merge 25 commits into
main
zitadel/nextgen:main
from
refactor/cli-environment-flag
zitadel/nextgen:refactor/cli-environment-flag
Copy head branch name to clipboard
Commits
Commits on Sep 20, 2026
feat(cli): manage per-environment variables and secrets
Show description for 7c1bba1
mridang
committed
7c1bba1
View commit details
Copy full SHA for 7c1bba1
Browse repository at this point
fix(cli): address review on the variables commands
Show description for 446f6cf
mridang
committed
446f6cf
View commit details
Copy full SHA for 446f6cf
Browse repository at this point
fix(cli): restore SKILLS.md indentation and show the resolved server
Show description for 1bcae38
mridang
committed
1bcae38
View commit details
Copy full SHA for 1bcae38
Browse repository at this point
refactor(cli): rename variables remove to delete
Show description for 26a263f
mridang
committed
26a263f
View commit details
Copy full SHA for 26a263f
Browse repository at this point
refactor(cli): simplify the server-resolution comment on variables
mridang
committed
a445d53
View commit details
Copy full SHA for a445d53
Browse repository at this point
Commits on Sep 21, 2026
refactor(cli): align the variables commands with existing CLI patterns
Show description for f86c126
mridang
committed
f86c126
View commit details
Copy full SHA for f86c126
Browse repository at this point
refactor(cli): drop the casts from the variables helpers
mridang
committed
1e8ea10
View commit details
Copy full SHA for 1e8ea10
Browse repository at this point
fix(cli): escape control characters in rendered variable values
Show description for 5ed3efd
mridang
committed
5ed3efd
View commit details
Copy full SHA for 5ed3efd
Browse repository at this point
refactor(cli): inline single-use helpers and drop mutation
Show description for 7e368ef
mridang
committed
7e368ef
View commit details
Copy full SHA for 7e368ef
Browse repository at this point
fix(cli): keep an empty prompt submission an empty string
Show description for 45eb9f1
mridang
committed
45eb9f1
View commit details
Copy full SHA for 45eb9f1
Browse repository at this point
fix(cli): keep the retry hint faithful and name telemetry per the plan
Show description for c5a8c48
mridang
committed
c5a8c48
View commit details
Copy full SHA for c5a8c48
Browse repository at this point
Merge branch 'main' into claude/heuristic-kapitsa-51ce4e
mridang
authored
01b8e20
View commit details
Copy full SHA for 01b8e20
Browse repository at this point
Merge remote-tracking branch 'origin/main' into claude/heuristic-kapitsa-51ce4e
mridang
committed
499ae75
View commit details
Copy full SHA for 499ae75
Browse repository at this point
Merge remote-tracking branch 'origin/main' into claude/heuristic-kapitsa-51ce4e
Show description for 10be9e1
mridang
committed
10be9e1
View commit details
Copy full SHA for 10be9e1
Browse repository at this point
feat(cli): name the owner of every variables command explicitly
Show description for e3b9d9e
mridang
committed
e3b9d9e
View commit details
Copy full SHA for e3b9d9e
Browse repository at this point
Merge remote-tracking branch 'origin/main' into claude/heuristic-kapitsa-51ce4e
mridang
committed
f2ccf4f
View commit details
Copy full SHA for f2ccf4f
Browse repository at this point
feat(cli): store numbers and booleans with variables set --type
Show description for 970e8cb
mridang
committed
970e8cb
View commit details
Copy full SHA for 970e8cb
Browse repository at this point
refactor(cli): rename variables set --type to --as
Show description for 65596d6
mridang
committed
65596d6
View commit details
Copy full SHA for 65596d6
Browse repository at this point
fix(cli): follow the dry-run contract and guard the variables endpoints
Show description for e67c1f2
mridang
committed
e67c1f2
View commit details
Copy full SHA for e67c1f2
Browse repository at this point
refactor(cli): render variables output the way the resource commands do
Show description for f92d964
mridang
committed
f92d964
View commit details
Copy full SHA for f92d964
Browse repository at this point
Commits on Sep 22, 2026
refactor(cli): drop the dead --environment flag from plan, apply and resources
Show description for 6b0ba0f
mridang
committed
6b0ba0f
View commit details
Copy full SHA for 6b0ba0f
Browse repository at this point
test(cli): pin that plan, apply and resource commands refuse --environment
Show description for cd86ee4
mridang
committed
cd86ee4
View commit details
Copy full SHA for cd86ee4
Browse repository at this point
Merge branch 'main' of github.com:zitadel/nextgen into refactor/cli-environment-flag
Show description for 540d7ca
mridang
committed
540d7ca
View commit details
Copy full SHA for 540d7ca
Browse repository at this point
Merge branch 'main' into refactor/cli-environment-flag
mridang
authored
1ae708b
View commit details
Copy full SHA for 1ae708b
Browse repository at this point
Commits on Sep 23, 2026
Merge branch 'main' into refactor/cli-environment-flag
mridang
authored
7a258e3
View commit details
Copy full SHA for 7a258e3
Browse repository at this point
You can’t perform that action at this time.