Skip to content

build-from-repo

omnistrate-ctl build-from-repo

Build Service from Git Repository

Synopsis

This command helps to build service from git repository. Run this command from the root of the repository. Make sure you have the Dockerfile in the root of the repository and have the Docker daemon running on your machine.

omnistrate-ctl build-from-repo [flags]

Examples

# Build service from git repository
omctl build-from-repo"

Options

  -h, --help            help for build-from-repo
  -o, --output string   Output format. Only text is supported (default "text")
      --reset-pat       Reset the GitHub Personal Access Token (PAT) for the current user.

Options inherited from parent commands

  -v, --version   Print the version number of omnistrate-ctl

SEE ALSO