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
.
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.