Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Release v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Aug 21:54
· 31 commits to main since this release
5e060b6

Changes

  • almost complete rewrite to support multiple providers
  • current providers are Tadpoles and Bright Horizons
  • new flag -p / --provider allows provider selection, omitting this flag defaults the provider to tadpoles
  • environment variables changed: TADPOLES_USER is now USERNAME, TADPOLES_PASS is now PASSWORD, a new var PROVIDER was added to configure the target provider
  • command clear cookie is now clear login
  • flag -c / --concurrency was deleted, goroutine limit is fixed at 2x cpu cores
  • documentation updates