Working with Snowflake objects

The snow object commands provide you with a convenient way of managing most Snowflake objects, such as stages, Snowpark functions, or Streamlit apps. Instead of using separate commands for each type of object, you can use these commands to perform common tasks, including the following:

  • List available objects of a specified type.

  • Display the description of an object.

  • Delete an object.

Additionally, Snowflake CLI also provides a set of snow object stage commands that focus on managing stage-specific tasks. These commands let you do the following with stages:

  • Create a stage.

  • Copy files to and from stages.

  • List the contents of a stage.

  • Remove a file from a stage.

For more information, see: