You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
257 B
Bash
5 lines
257 B
Bash
7 years ago
|
#!/bin/bash -x
|
||
|
|
||
|
sfctl application delete --application-id OcelotServiceApplication
|
||
|
sfctl application unprovision --application-type-name OcelotServiceApplicationType --application-type-version 1.0.0
|
||
|
sfctl store delete --content-path OcelotServiceApplication
|