serverless-prune-versions
Version:
Serverless plugin to delete old versions of deployed functions from AWS
38 lines (37 loc) • 900 B
TypeScript
export declare const commands: {
prune: {
usage: string;
lifecycleEvents: string[];
options: {
number: {
usage: string;
shortcut: string;
required: boolean;
};
stage: {
usage: string;
shortcut: string;
};
region: {
usage: string;
shortcut: string;
};
function: {
usage: string;
shortcut: string;
};
layer: {
usage: string;
shortcut: string;
};
includeLayers: {
usage: string;
shortcut: string;
};
dryRun: {
usage: string;
shortcut: string;
};
};
};
};