Managing Streamlit apps¶
After you have created a Streamlit app, you can use the following commands to manage the app:
To retrieve the URL of your Streamlit app, use the
snow streamlit get-url NAME
command. See snow streamlit get-url for more information.To share your app to other roles, use the snow
streamlit share NAME TO_ROLE
command. See snow streamlit share for more information.To list the Streamlit apps for which you have access, use the
snow object list streamlit
command. See snow object list for more information.To display details about a Streamlit app, use the
snow object describe streamlit NAME
command. See snow object describe for more information.To delete a Streamlit app, use the
snow object drop streamlit NAME
command. See snow object drop for more information.