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 --server https://track-api.shappe.ai/api/v1
shappetrack clone my-repo

Install

The CLI is a small Python package (shappetrack-cli). The recommended way is pipx, which installs it in an isolated environment so it never clashes with your other Python tools.

For end users (once published to PyPI)

pipx install shappetrack

From source (internal / development)

From the directory containing pyproject.toml:

pipx install .          # isolated, recommended
# or
pip install .           # into the current environment

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 --server https://track-api.shappe.ai/api/v1
    
  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.0.tar.gz (280.4 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.0-py3-none-any.whl (11.1 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for shappetrack-1.0.0.tar.gz
Algorithm Hash digest
SHA256 c8f4f447e3184cac752f260e2c27387c08ffa45914b1f1820d7601dfe8e16222
MD5 c537145df61751ced2086a340eab9d6c
BLAKE2b-256 70c1731e42b84abb0d05a6062b3c1aa705c3d6863a8980ab8db7ce217e16e23b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for shappetrack-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 b9ba57602d8fc8cfc42f92595fee1dcc3ee6ee7557d6f34a48cb6dfbb0b14359
MD5 a0136b9da702100ca42e2c51a8a8c5ff
BLAKE2b-256 c0631005fbc6d9150efbfc28c3add278bd2425ce3804e3f7df6be4bd9051faea

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