UNPKG
@getcoconut/cli
Version:
alpha (1.0.0-alpha.2)
latest (1.0.0-alpha.6)
1.0.0-alpha.6
1.0.0-alpha.5
1.0.0-alpha.4
1.0.0-alpha.3
1.0.0-alpha.2
1.0.0-alpha.1
A tool for locally emulating and mocking Pulumi Cloud projects.
getcoconut.io
getcoconut/coconut
@getcoconut/cli
/
src
/
lib
/
cmds
/
mock.d.ts
4 lines
(3 loc)
•
137 B
TypeScript
View Raw
1
2
3
4
import
{
Command
}
from
'commander'
;
export
declare
const
command
:
Command
;
export
declare
function
action
(
options
:
any
):
Promise
<
void
>;