File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -223,3 +223,16 @@ if [[ "$EDITOR_TERMINAL" != "true" ]]; then
223223fi
224224export GOPRIVATE=github.com/snowflakedb/*
225225alias cursor=' /Applications/Cursor.app/Contents/MacOS/Cursor'
226+
227+ function sfhelp() {
228+ echo " Help with sf ws commands:"
229+ cat << 'EOF '
230+ sf ws create --os rocky9 --name gco2 --customization off
231+ sf ws create --os rocky9 --name gco2
232+ sf ws code gco --dir /home/eraigosa/github/snowflakedb/release-orchestration-service --ide cursor
233+ EOF
234+ }
235+ alias sfwscreate=' sf ws create --os rocky9 --customization off --name'
236+ alias sfssh=' sf ws ssh'
237+ alias sfcode=' sf ws code --dir ~/github/snowflakedb/release-orchestration-service --ide cursor'
238+ alias sfls=' sf ws ls'
You can’t perform that action at this time.
0 commit comments