bifrost

command module
v0.0.0-...-c54e3d4 Latest Latest
Warning

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

Go to latest
Published: Jul 31, 2019 License: GPL-3.0 Imports: 1 Imported by: 0

README

Bifrost

WIP

Prerequisites
  • Configured AWS CLI environment with access credentials. (How to)
  • Installed docker environment. (How to)
Installation
curl https://latest-release.now.sh/niranjan94/bifrost/$(uname -s)_$(uname -m) -L -o bifrost.tar.gz
sudo tar --directory /usr/bin/ -xzf bifrost.tar.gz bifrost
Usage
Usage:
  bifrost [command]

Available Commands:
  deploy      Deploy your stack to the cloud
  help        Help about any command

Flags:
  -c, --config string    config file (default is ./bifrost.yaml)
  -d, --dry-run          dry run mode (default is false)
      --functions-only   Deploy only functions
  -h, --help             help for bifrost
      --only string      Deploy only specific resources
  -r, --region string    region (default is ap-southeast-1) (default "ap-southeast-1")
  -s, --stage string     Stage to use (default is dev) (default "dev")
  -v, --verbose          Verbose mode

Use "bifrost [command] --help" for more information about a command.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
provision
aws
aws
merge
Package merge provides a utility for merging structs of different types using reflection Borrowed from https://stackoverflow.com/a/45258790/1562480 written by Pavlo Strokov
Package merge provides a utility for merging structs of different types using reflection Borrowed from https://stackoverflow.com/a/45258790/1562480 written by Pavlo Strokov

Jump to

Keyboard shortcuts

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