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.
|
#!/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 |