Install
Overview
Describes how to use the devsetup -install command to provision a development environment from a configuration file or provider.
Options
Lists the supported input methods for the install command, allowing flexibility in how environments are sourced.
Installing from Local Providerv1.0.0+
v1.0.0+
Installs an environment configuration by name from the local environments directory.
devsetup -install -name myprojectInstalling from Community Providerv1.0.3+
v1.0.3+
Installs an environment by name from the built-in community repository.
devsetup -install -name community:hugoInstalling from Custom Providerv1.0.3+
v1.0.3+
Installs an environment from a user-specified provider, supporting custom or private repositories.
devsetup -install -name privaterepo:myprojectInstalling from Pathv1.0.3+
v1.0.3+
Installs an environment directly from a specified file path on the local filesystem.
devsetup -install -path C:\projects\myproject\mysetup.devsetupInstalling from Urlv1.0.3+
v1.0.3+
Installs an environment from a remote configuration file accessible via a URL.
devsetup -install -