A powershell module that will hold Powershell functionality.
Use bootstrap template to create a new issue in the Octodemo project. We have not created automation to create a new issue in the Octodemo project yet.
List all issues in the Octodemo project.
> Get-OctodemoDemos
Title : Demo :: octodemo/animated-octo-carnival :: copilot_nodejs_basic_v1.5
Repository : octodemo/bootstrap
Url : https://github.com/octodemo/bootstrap/issues/1086
Repo : octodemo/animated-octo-carnival
RepoUrl : https://github.com/octodemo/animated-octo-carnival
Labels : template , demo , demo::provisioned
Create a Codespace for each demo in the Octodemo project.
> Get-OctodemoDemos | New-LabCodespace
✓ Codespaces usage for this repository is paid for by octodemo
Check if the octodemo demos have a Codespace.
> Get-OctodemoDemos -codespacesInfo
Title : Demo :: octodemo/animated-octo-carnival :: copilot_nodejs_basic_v1.5
Repository : octodemo/bootstrap
Url : https://github.com/octodemo/bootstrap/issues/1086
Repo : octodemo/animated-octo-carnival
RepoUrl : https://github.com/octodemo/animated-octo-carnival
Labels : template , demo , demo::provisioned
CodespaceDisplayName : redesigned waffle
CodespaceName : redesigned-waffle-gwrv5v5vvxcvv5g
Remove all issues in the Octodemo issue to destroy the demos.
Get-OctodemoDemos | Remove-OctodemoDemo
This command will close the issue to have the demo removed and removes the Codespace associated with the demo.
Module generated with TestingHelper Powershell Module