This gist provides an overview of usefull commands for working with webMethods on linux.
$ /opt/softwareag/profiles/IS_default/bin/sagis912 help
$ /opt/softwareag/profiles/IS_default/bin/sagis912 start| AWSTemplateFormatVersion: 2010-09-09 | |
| Description: >- | |
| i8c-awsintegration-demo | |
| Transform: | |
| - AWS::Serverless-2016-10-31 | |
| Parameters: |
| AWSTemplateFormatVersion: 2010-09-09 | |
| Parameters: | |
| MailchimpMembersUrl: | |
| Type: String | |
| Default: https://xxx.api.mailchimp.com/3.0/lists/230948/members | |
| MailchimpApiPassword: | |
| Type: String | |
| Default: REPLACEME |
| "Lab1": { | |
| "Type": "AWS::EC2::Instance", | |
| "Properties": { | |
| "KeyName": { | |
| "Ref": "KeyName" | |
| }, | |
| "ImageId": "ami-337be65c", | |
| "InstanceType": "t2.small", | |
| "NetworkInterfaces": [{ | |
| "DeviceIndex": "0", |