* Gets the current deployment state * @returns {Promise } The current deployment state
()
| 262 | * @returns {Promise<Object>} The current deployment state |
| 263 | */ |
| 264 | async getDeploymentState() { |
| 265 | await this.#state.load() |
| 266 | return this.#state.state |
| 267 | } |
| 268 | |
| 269 | /** |
| 270 | * Runs Serverless Engine Deploy |