playbook

module
v0.5.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 16, 2024 License: GPL-3.0

README

Go Reference

Playbook

Automation of remote server commands over SSH

[!WARNING] Use in production with caution and only after proper testing in a development/test environment.

Installation

go get -u github.com/nskforward/playbook

Example

You can create a complex deployment script using the following Golang project structure

/root
    /cmd
        /app
            main.go
        /script
            deploy.go
    ...
    makefile

makefile

...
deploy:
    go run cmd/script/deploy.go
...

You can explore the folders 'command' to find the supported commands.

Feel free to create an issue if something went wrong or you have a suggestion.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳