Skip to content
This repository was archived by the owner on Apr 13, 2020. It is now read-only.

Latest commit

 

History

History
48 lines (35 loc) · 1.92 KB

hld-management.md

File metadata and controls

48 lines (35 loc) · 1.92 KB

HLD - High Level Definition

Initialize a Bedrock HLD (High Level Definition) repository and deploy pipelines to materalize manifests.

Requirements

There are a few base assumptions that spk makes, as this will affect the set up of pipelines:

  1. Both HLD and manifest repositories are within a single Azure DevOps project.
  2. The access token being utilized via spk has access to both repositories.

Configure SPK using the configuration provided in your .spk-config file. The configuration section under azure_devops must be provided for SPK to properly configure pipelines in your Azure DevOps organization.

An example configuration is as follows:

azure_devops:
  access_token: "hpe3a9oiswgcodtfdpzfiek3saxbrh5if1fp673xihgc5ap467a" # This is your Personal Access Token with permission to modify and access this private repo. Leave this empty if project is public
  hld_repository: "https://dev.azure.com/bhnook/fabrikam/_git/hld" # Repository URL for your Bedrock HLDs
  manifest_repository: "https://dev.azure.com/bhnook/fabrikam/_git/materialized" # Repository URL that is configured for flux. This holds the kubernetes manifests that is generated by fabrikate.
  org: "epicstuff" # Your AzDo Org
  project: "fabrikam" # Your AzDo project

Usage

spk hld [command] [options]

Commands:

Global options:

  -V, --version        output the version number
  -v, --verbose        Enable verbose logging
  -h, --help           Usage information