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

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 Provider
v1.0.0+

Installs an environment configuration by name from the local environments directory.

devsetup -install -name myproject

Installing from Community Provider
v1.0.3+

Installs an environment by name from the built-in community repository.

devsetup -install -name community:hugo

Installing from Custom Provider
v1.0.3+

Installs an environment from a user-specified provider, supporting custom or private repositories.

devsetup -install -name privaterepo:myproject

Installing from Path
v1.0.3+

Installs an environment directly from a specified file path on the local filesystem.

devsetup -install -path C:\projects\myproject\mysetup.devsetup

Installing from Url
v1.0.3+

Installs an environment from a remote configuration file accessible via a URL.

devsetup -install -