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
This PR adds vip internal is-logged-in and vip 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 what vip @app.env dev-env create does but it uses simpler queries and transfers less data).
Pull request checklist
Update SETUP.md with any new environmental variables.
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.
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
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.
Description
This PR adds
vip internal is-logged-inandvip internal fetch-integrationscommands.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-inchecks whether the user is logged in without triggering a login workflow if they aren't.vip internal fetch-integrationsfetches integrations configuration (similar to whatvip @app.env dev-env createdoes but it uses simpler queries and transfers less data).Pull request checklist
New release checklist
Steps to Test
N/A
Related to PLTFRM-281