tilt_modules/uibutton/test/Tiltfile
load('../Tiltfile', 'cmd_button', 'location')
local_resource('vigoda', cmd='echo "Hello from resource"')
cmd_button("resource-button", resource="vigoda", argv=["bash", "-c", "echo Hello from bash ${BASH_VERSION}"], text='Resource Button', icon_name='star')
goose_icon = read_file('./goose.svg')
cmd_button('nav-button-svg', argv=["echo", "✨ Hello from SVG ✨"], location=location.NAV, icon_svg=goose_icon, text='SVG Nav Button')
cmd_button('nav-button-std', argv=["echo", "Hello from nav"], location=location.NAV, icon_name='calendar_today')