Skip to content

ProductivityTools-TrainingLog/ProductivityTools.TrainingLog.SportsTracker.Cmdlet

Repository files navigation

TrainingLog-SportTracker Cmdlet

PowerShell module allows to import trainings from TrainingLog to SportsTracker website

It exposes following commands (TO BE CORECTED, more parameters needed)

Export-TrainingsToSportTracker -Verbose -Login "login" -Password "password" -Account "account" -TrainingLogApiAddress "http:\\example\"

Command can take parameters from master configuration.

{
  "login": "pwujczyk@gmail.com",
  "password": "my secret password",
  "trainingLogApiAddress":"https://localhost:5001"
}

Login and Password can be provided with PowerShell Master Configuration or parameter.

Example

Export-TrainingsToSportTracker -Verbose -Account pwujczyk

Example

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages