UNPKG

@mesh-tech/mesh-cli

Version:

CLI for Mesh platform development utilities

10 lines (9 loc) 236 B
interface CredentialsOptions { tenant?: string; env?: string; app?: string; appTenant?: string; appStage?: string; } export declare function credentialsCommand(options: CredentialsOptions): Promise<void>; export {};