()
| 225 | let sccWorkerDeploymentFileName = 'scc-worker-deployment.yaml'; |
| 226 | |
| 227 | let deploySuccess = () => { |
| 228 | self.successLog( |
| 229 | `The '${appName}' app was deployed successfully - You should be able to access it online ` + |
| 230 | `once it has finished booting up. This can take a while depending on your platform.`, |
| 231 | ); |
| 232 | process.exit(); |
| 233 | }; |
| 234 | |
| 235 | if (isUpdate) { |
| 236 | try { |
no outgoing calls
no test coverage detected
searching dependent graphs…