Categorygithub.com/devops-metalflow/metalsecure
modulepackage
0.1.0
Repository: https://github.com/devops-metalflow/metalsecure.git
Documentation: pkg.go.dev

# README

metalsecure

Build Status codecov Go Report Card License Tag

Introduction

metalsecure is the worker of metalflow written in Go.

Prerequisites

  • Go >= 1.18.0

Run

version=latest make build
./bin/metalsecure --listen-url=:19094

Docker

version=latest make docker
docker run ghcr.io/devops-metalflow/metalsecure:latest --listen-url=:19094

Usage

usage: metalsecure --listen-url=LISTEN-URL [<flags>]

metalsecure

Flags:
  --help                   Show context-sensitive help (also try --help-long and --help-man).
  --version                Show application version.
  --listen-url=LISTEN-URL  Listen URL (host:port)

Protobuf

{
  "apiVersion": "v1",
  "kind": "metalsecure",
  "metadata": {
    "name": "metalsecure"
  },
  "spec": {
    "name": "foo"
  }
}

License

Project License can be found here.

Reference

# Packages

No description provided by the author
No description provided by the author
No description provided by the author