UNPKG
envx-cli
Version:
latest (1.2.4)
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.1
1.1.0
1.0.1
1.0.0
Environment file encryption and management tool
github.com/rahulretnan/envx-cli
rahulretnan/envx-cli
envx-cli
/
dist
/
commands
/
interactive.d.ts
5 lines
•
284 B
TypeScript
View Raw
1
2
3
4
5
import
{
Command
}
from
'commander'
;
export
declare
const
createInteractiveCommand
:
() =>
Command
;
export
declare
function
executeInteractive
(
rawOptions
:
any
):
Promise
<
void
>;
export
declare
function
showQuickStart
(
cwd
:
string
):
Promise
<
void
>;
//# sourceMappingURL=interactive.d.ts.map