Releases: nekrassov01/Pasm
Releases · nekrassov01/Pasm
1.2.3
1.2.2
1.2.1
1.2.0
Feature
- Implemented aliases. (#4)
Update
Invoke-PasmInitialize
Invoke-PasmValidation
Invoke-PasmBlueprint
Invoke-PasmDeployment
Invoke-PasmAutomation
Usage
psmi -p 'C:\' -n 'Pasm' -vpc 'your-vpc-id' -sbn 'your-subnet-id-1', 'your-subnet-id-2'
psmv -file 'C:\Pasm\outline.yml'
psmb -file 'C:\Pasm\outline.yml' -out 'blueprint.yml' -nv
psmd -file 'C:\Pasm\blueprint.yml'
psma -file 'C:\Pasm\outline.yml' -out 'blueprint.yml'
1.1.0
Feature
- The VpcId and SubnetId of the sample template created in the initialization process can now be overwritten.
Update
Invoke-PasmInitialize
Usage
$param = @{
VpcId = 'vpc-1qaz2wsx3edc4rfv5'
SubnetId = 'subnet-zxcvasdfqwer12345', 'subnet-poiulkjhmnbv09876'
}
Invoke-PasmInitialize @param
Caution
- If you overwrite the
VpcId
orAssociationSubnetId
, be sure to runInvoke-PasmValidation
to validate the template.
1.0.0
First release