Skip to content

blastdan/goals

Repository files navigation

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}"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages