We use cookies to understand how people use Depot.
🚀 Now available: GitHub Actions o11y
← Back to changelog

The depot CLI has been updated to version 2.95.0, which includes several new features and improvements:

Switch Organizations: You can now switch between organizations directly from the CLI using the new top level commands in depot org:

  • depot org list: Lists all organizations you are a member of.
  • depot org show: Outputs the current organization ID.
  • depot org switch: Prints an interactive list of organizations you are a member of and allows you to switch to a different organization.

Delete projects: You can now delete projects directly from the CLI using the new command depot projects delete. This allows you to manage your projects more effectively without needing to use the web interface. Note: Only organization admins can delete projects.

In addition, we also updated our depot bake validation support to be inline with docker buildx bake and updated the logic to load targets to skip ones that are cache only.