interface ListOptions {
    all?: boolean;
}

Properties

Properties

all?: boolean

List all stacks instead of just stacks for the current project

Generated using TypeDoc