Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.08 KB

README.md

File metadata and controls

43 lines (28 loc) · 1.08 KB

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.