Skip to main content

ShappeTrack CLI — clone, commit, and push ShappeTrack repositories with one app token. The git engine stays invisible.

Project description

ShappeTrack CLI

Clone, commit, and push ShappeTrack repositories with one app token. Real git runs under the hood; the git engine is never exposed.

shappetrack login      # paste your app token
shappetrack clone my-repo

Install

The recommended way is pipx, which installs the CLI in an isolated environment and puts the shappetrack command on your PATH:

pipx install shappetrack

Or with plain pip:

pip install shappetrack

If shappetrack isn't found after pip install, its folder isn't on your PATH — either use pipx (recommended, handles PATH), add Python's Scripts dir to PATH, or run it as python -m shappetrack ....

Requires Python 3.9+ and git on your PATH (the CLI runs real git under the hood).

Usage

  1. Create an app token in the web app: Settings → Access Tokens (starts with shp_).

  2. Log in once — this configures git credentials automatically:

    shappetrack login
    

    It points at https://track-api.shappe.ai by default; paste your shp_ token when prompted. (For a local dev server: shappetrack login --server http://127.0.0.1:8000.)

  3. Then use the familiar commands (they run standard git underneath):

    shappetrack clone my-repo
    shappetrack status
    shappetrack add .
    shappetrack commit -m "message" --task MT-101
    shappetrack push
    shappetrack pull
    shappetrack branch feature-x
    

How it works

shappetrack clone my-repo runs git clone https://track-api.shappe.ai/repos/my-repo using the app token you logged in with. The backend proxies git traffic to the internal engine — you never see or handle the engine, its host, or its token.

You can also clone with plain git directly (no CLI needed):

git clone https://track-api.shappe.ai/repos/my-repo
# username: your ShappeTrack username, password: your shp_ app token

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

shappetrack-1.0.4.tar.gz (288.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

shappetrack-1.0.4-py3-none-any.whl (11.9 kB view details)

Uploaded Python 3

File details

Details for the file shappetrack-1.0.4.tar.gz.

File metadata

  • Download URL: shappetrack-1.0.4.tar.gz
  • Upload date:
  • Size: 288.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for shappetrack-1.0.4.tar.gz
Algorithm Hash digest
SHA256 cd7212d2ccdeb1570e177c3381325cd394d2ababc4a3290e32726ebe77a29041
MD5 9745115d2d59516c4b043a1a5b01b0ba
BLAKE2b-256 af639d35f8eb520111eda267edc5118307b3e4c95874bfc2cac47a4a1b2c3d97

See more details on using hashes here.

File details

Details for the file shappetrack-1.0.4-py3-none-any.whl.

File metadata

  • Download URL: shappetrack-1.0.4-py3-none-any.whl
  • Upload date:
  • Size: 11.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for shappetrack-1.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 aa901312263f08242e770f82d9aca7466e6f8c3d555004b95594d3fba3f516ad
MD5 52660f6b87ee74cf24216989830962ee
BLAKE2b-256 c18a9d86531288622fc420f10c79a549cb21a20713bc82303cc48175bf93f853

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page