Initialize a Bedrock HLD (High Level Definition) repository and deploy pipelines to materalize manifests.
There are a few base assumptions that spk
makes, as this will affect the set
up of pipelines:
- Both HLD and manifest repositories are within a single Azure DevOps project.
- 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
spk hld [command] [options]
-V, --version output the version number
-v, --verbose Enable verbose logging
-h, --help Usage information