DevSetup v1.0.10 is here! 🎉 Discover what’s new

Export

Overview

Describes how to use the devsetup -export command to generate a configuration file representing the current development environment.

Options

Lists the supported output methods for the export command, allowing flexibility in where environment configurations are saved.

Export to Local Provider
v1.0.0+

Exports the environment configuration by name to the local provider directory.

devsetup -export -name myproject

Export to Custom Provider
v1.0.8+

Exports the environment configuration by name to a specified custom provider directory.

devsetup -export -name privaterepo:myproject

Export to Path
v1.0.8+

Exports the environment configuration directly to a specified file path.

devsetup -export -path C:\projects\myproject\myproject.devsetup