fleet

command module
v0.0.0-...-52715b6 Latest Latest
Warning

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

Go to latest
Published: Jun 29, 2019 License: LGPL-3.0 Imports: 4 Imported by: 0

README

Fleet

Work in Progress

Installation

$ go get github.com/seadreamcode/fleet

Getting Started

Fleet will look for the .fleet.yml file in the current working directory.

# .fleet.yml example
tasks:
    build:
        - npm run build
        - npm run clean
    test:
        - npm run test
    deploy:
        - npm run deploy
hooks:
    github:
        repo: myorg/repo
        steps:
            - build
            - test
            - deploy    

This example script defines 3 tasks that are then sequenced by a webhook from Github.

Using the CLI

Start the fleet daemon

$ fleet up

Stop the fleet daemon

$ fleet down

Observe the health of the local node

$ fleet health

Fetch the container logs

$ fleet logs

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL