Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 905 Bytes

add-a-space-with-environments.mdx

File metadata and controls

28 lines (20 loc) · 905 Bytes
layout pubDate modDate title description
src/layouts/Default.astro
2023-01-01
2023-01-01
Add a Space with environments
An example script to create a new space and populate it with some default environments.

import AddASpaceWithEnvironmentsScripts from 'src/shared-content/scripts/add-a-space-with-environments-scripts.include.md';

This script is a starter for bootstrapping a new Space in your Octopus instance.

It creates a new space with the provided name, description, and managers. At least one manager team or member must be provided.

Then the script will create the Environments provided in the newly created space.

Usage

Provide values for:

  • Octopus URL
  • Octopus API Key
  • Space Name
  • Environments
  • A combination of Manager Teams and Manager Team Members

Script