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 Providerv1.0.0+
v1.0.0+
Exports the environment configuration by name to the local provider directory.
devsetup -export -name myprojectExport to Custom Providerv1.0.8+
v1.0.8+
Exports the environment configuration by name to a specified custom provider directory.
devsetup -export -name privaterepo:myprojectExport to Pathv1.0.8+
v1.0.8+
Exports the environment configuration directly to a specified file path.
devsetup -export -path C:\projects\myproject\myproject.devsetup