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 }}
This repository was archived by the owner on Nov 2, 2024. It is now read-only.
Implement sandboxctl CLI in Golang. The implementation should have full feature parity with the existing CLI.
Further, CLI should support context management to allow launching new Sandbox and delete existing Sandbox when the project hosting it is provided.
The implementation should include full testing suite (unit testing, integration testing, etc.).
CLI should be able to work standalone without a need for explicit local clone of the Cloud Ops Sandbox repo.
Description
Implement sandboxctl CLI in Golang. The implementation should have full feature parity with the existing CLI.
Further, CLI should support context management to allow launching new Sandbox and delete existing Sandbox when the project hosting it is provided.
The implementation should include full testing suite (unit testing, integration testing, etc.).
CLI should be able to work standalone without a need for explicit local clone of the Cloud Ops Sandbox repo.