UNPKG
@donswayo/nucel-cli
Version:
latest (0.1.0)
0.1.0
The open-source deployment platform for modern web apps
nucel.dev
DonsWayo/nucel
@donswayo/nucel-cli
/
dist
/
commands
/
deploy.d.ts
7 lines
•
207 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
interface
DeployOptions
{
stack
:
string
;
destroy
?:
boolean
;
preview
?:
boolean
; }
export
declare
function
deploy
(
options
:
DeployOptions
):
Promise
<
void
>;
//# sourceMappingURL=deploy.d.ts.map