Metadata-Version: 2.4
Name: baseshift
Version: 2.4.1
Summary: Baseshift CLI - Database clone management with Tailscale connectivity
Home-page: https://baseshift.io
License: BSD 2-Clause License
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: importlib-metadata; python_version < "3.8"
Requires-Dist: sentry-sdk
Requires-Dist: psycopg
Requires-Dist: pymysql
Requires-Dist: pymongo
Requires-Dist: httpx
Requires-Dist: mcp
Dynamic: license-file

# dubhu cli

## Instructions for New Version
1. Update the version in dubhub/version.py
2. Install the pip packages in requirements.txt
3. run build_new_version.sh and then upload_new_version.sh
4. lookup the pypi cli upload token in 1password when prompted for api token


# baseshift cli

## Instructions for New Version
1. Update the version in baseshift/version.py
2. Install the pip packages in requirements.txt
3. run build_new_version.sh --package=baseshift --all-platforms
4. run upload_new_version.sh  --package=baseshift
5. lookup the pypi cli upload token in 1password when prompted for api token
