@etherdata-blockchain/remote-action
TypeScript icon, indicating that this package has built-in type declarations

5.0.3 • Public • Published

Remote Action

Run your ssh command with simple a configuration file

Available variable

  • {index}: Current remote index

Available configs

export interface Config {
    name: string;
    remote: string[];
    login: Login;
    logger: Logger;
    steps: Step[];
    output: boolean;
}

export interface Logger {
    output: string;
}

export interface Login {
    username: string;
    password: string;
}

export interface Step {
    run?: string;
    catch_err?: boolean;
    files?: Directory[];
    directory?: Directory;
    env?: string[];
    cwd?: string;
    name?: string;
    with_root?: boolean;
}

export interface Directory {
    local: string;
    remote: string;
}

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
5.0.30latest

Version History

VersionDownloads (Last 7 Days)Published
5.0.30
5.0.20
5.0.10
5.0.00
4.3.50
4.3.40
4.3.30
4.3.20
4.3.10
4.3.00
4.2.30
4.2.20
4.2.10
4.2.00
4.1.50
4.1.40
4.1.30
4.1.20
4.1.10
4.1.00
4.0.20
4.0.10
4.0.00
3.4.00
3.3.10
3.3.00
3.2.00
3.1.20
3.1.00
3.0.50
3.0.40
3.0.30
3.0.20
3.0.10
3.0.00
2.1.60
2.1.50
2.1.41
2.1.31
2.1.21
2.1.11
2.1.01
2.0.10
2.0.00
1.19.00
1.18.30
1.18.20
1.18.10
1.18.00
1.17.100
1.17.90
1.17.80
1.17.70
1.17.60
1.17.50
1.17.40
1.17.30
1.17.20
1.17.10
1.17.00
1.16.100
1.16.90
1.16.80
1.16.70
1.16.60
1.16.50
1.16.40
1.16.30
1.16.20
1.16.10
1.16.00
1.15.30
1.15.20
1.15.10
1.15.00
1.14.00
1.13.20
1.13.10
1.13.00
1.12.00
1.11.30
1.11.20
1.11.11
1.11.00
1.10.30
1.10.20
1.8.40
1.8.30
1.8.10
1.8.00
1.7.50
1.7.40
1.7.31
1.7.20
1.7.10

Package Sidebar

Install

npm i @etherdata-blockchain/remote-action

Weekly Downloads

7

Version

5.0.3

License

MIT

Unpacked Size

159 kB

Total Files

43

Last publish

Collaborators

  • sirily11