Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 614 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 614 Bytes

Introduction

This application can be used with BambooHr to manage your goals in the performance module.

Commands

  • whoami - Shows the user Id and name of the owner of the Api key

Setup and Configuration

You need to apply the following configurations

  1. ApiKey
  2. SubDomain

You can supply this in either BambooHrSettings.json Or the environment variables

  • bamboo_apikey
  • bamboo_subdomain

Development

I have included user secrets to store the configuration values

dotnet user-secrets set "bamboo:subdomain" "{Your Value}"
dotnet user-secrets set "bamboo:apiKey" "{Your Value}"