Skip to content

Commit 6dcd68a

Browse files
sf helpes
1 parent 0af8620 commit 6dcd68a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

opt/profiles/.bash_aliases

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,3 +223,16 @@ if [[ "$EDITOR_TERMINAL" != "true" ]]; then
223223
fi
224224
export GOPRIVATE=github.com/snowflakedb/*
225225
alias 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'

0 commit comments

Comments
 (0)