Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Serverless-Devs/Serverless-Devs
/
Class
src/command/env/command/destroy/action.ts:12–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
import
chalk from
'chalk'
;
11
12
class
Action {
13
constructor(private options: IOptions) {
14
logger.debug(`s env update --option: ${JSON.stringify(options)}`);
15
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected