-
Notifications
You must be signed in to change notification settings - Fork 20
feat(dev-env): add vip internal
commands to use with codespaces
#2225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: trunk
Are you sure you want to change the base?
Conversation
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
|
some merge conflicts now. |
1133cea
to
21ecb1f
Compare
|
This pull request has been marked stale because it has been open for 60 days with no activity. If there is no activity within 7 days, it will be closed. This is an automation to keep pull requests manageable and actionable and is not a comment on the quality of this pull request nor on the work done so far. Closed PRs are still valuable to the project and their branches are preserved. |
|
Description
This PR adds
vip internal is-logged-in
andvip internal fetch-integrations
commands.These commands are not intended for the users; VIP Codespaces and maybe some automation tools will use them.
These commands produce their output in a machine-readable format (JSON) and communicate their success/failure status with exit codes.
vip internal is-logged-in
checks whether the user is logged in without triggering a login workflow if they aren't.vip internal fetch-integrations
fetches integrations configuration (similar to whatvip @app.env dev-env create
does but it uses simpler queries and transfers less data).Pull request checklist
New release checklist
Steps to Test
N/A
Related to PLTFRM-281