@suluk/cockpit - v0.2.0
    Preparing search index...

    Interface DeployStep

    One ordered shell step the host (the vscode extension) runs in a terminal AFTER the user authenticates.

    interface DeployStep {
        cmd: string;
        note: string;
    }
    Index

    Properties

    Properties

    cmd: string
    note: string