@apistudio/apim-cli
Version:
CLI for API Management Products
17 lines (16 loc) • 338 B
text/typescript
/**
* Copyright Super iPaaS Integration LLC, an IBM Company 2024
*/
export type DeployOptionsModel = {
localDir: string,
all: boolean,
archive: string,
target: string,
username: string,
password: string,
authToken: string,
overwrite: boolean,
project: string;
names: string;
debug: boolean;
};