marketplace-tools

This package receives an autogen.yaml file from stdin and converts to the schema used by the deploymentmanager-autogen See: https://github.com/GoogleCloudPlatform/deploymentmanager-autogen/blob/master/example-config/solution.yaml

APACHE-2.0 License

Stars
19

Overview

This repository contains the mpdev tool supporting the development of VMs deployable via Google Cloud Marketplace.

Installation

Prerequisites

The following tools must be installed before using mpdev.

Options

Download latest release

https://github.com/GoogleCloudPlatform/marketplace-tools/releases/latest

Install with Homebrew

brew tap GoogleCloudPlatform/marketplace-tools https://github.com/GoogleCloudPlatform/marketplace-tools.git
brew install mpdev

Build from source

Building from source requires the following:

make build

The mpdev binary will be created at bazel-bin/mpdev/mpdev_/mpdev

Getting Started

See the mdpev reference and Deployment Manager guide documentation.