Sandbox Config Tool v0 #1514
kevinlu1248
announced in
Announcements
Replies: 2 comments 1 reply
-
Thanks, @Sintayew4! This tool is now deprecated and the new CLI can be found at #1514. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This CLI tool tests your
sweep.yaml
configuration, to make the sandbox configurations easier to set up.Getting Started
Config setup
To get started, go to your local clone of your repo. Then, create your
sweep.yaml
if it doesn't already exist withtouch sweep.yaml
then set up the sandbox section of yoursweep.yaml
.For example, for Sweep, which is Python-based, we have the following sandbox config:
And for our landing page, which is Typescript-based, we have the following config
By default, we use the following Trunk-based config
We recommend starting with the formatters
Testing
You can test the install and check flows of your
sweep.yaml
by executing thesweep-sandbox
binary from the base of your repo in the following format:For example in the Sweep repo, we run
sweep-sandbox sweepai
to test it on the entire repo andsweep-sandbox sweepai/api.py
.This discussion was created from the release Sandbox Config Tool v0.
Beta Was this translation helpful? Give feedback.
All reactions