Skip to main content

ShappeTrack CLI — clone, commit, and push ShappeTrack repositories with one app token.

Project description

ShappeTrack CLI

Clone, commit, and push ShappeTrack repositories with one app token — the familiar git commands you already know, backed by ShappeTrack.

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.

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. ShappeTrack handles authentication and hosting for you — there's no separate token or server to manage.

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.5.tar.gz (308.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.5-py3-none-any.whl (11.8 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for shappetrack-1.0.5.tar.gz
Algorithm Hash digest
SHA256 ffe0ddaf43c9ea66490875242ce4dfef35923f3968f542b8fc2ea16f06c56d6e
MD5 4dfdae6630740e41b6b203188a3f6482
BLAKE2b-256 33b49395b2b7b5970849de8fac267860d80af7d74a008d54ae69ff927ea5d010

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for shappetrack-1.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 92fdb0a4e1d0861e452cd0d4e8a6c03c617c39737e51855f00518bc3125be452
MD5 2915c4118470977bb746975c132f390c
BLAKE2b-256 5b246659a4c0dfc5d0127aebda84374a70e4d5d07515913f32248e924d969770

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