Skip to main content

CLI for AI Pioneers cloud — authenticate, configure, and connect your tools.

Project description

pioneers-cli

Connect your tools to the AI Pioneers cloud.

PyPI License: MIT Python 3.11+

The authentication and configuration layer for AI Pioneers cloud features. Connects your local CLI tools (code-explore, code-adapt) to the optional cloud backend via GitHub OAuth.

Quick Start

pip install pioneers-cli
# Authenticate via GitHub
pioneers login

# Check status
pioneers status

# Enable cloud backend for code-explore / code-adapt
pioneers config backend cloud

# Switch back to local
pioneers config backend local

# Log out
pioneers logout

Commands

Command Description
pioneers login Authenticate via GitHub OAuth device flow
pioneers logout Remove stored credentials
pioneers status Show current user, plan, and backend setting
pioneers config backend <local|cloud> Switch between local and cloud mode

Privacy

Your source code never leaves your machine. The cloud backend only stores project metadata — names, languages, dependencies, patterns, and summaries. All analysis and indexing happens locally.

For Tool Authors

Other CLIs can check authentication status programmatically:

from pioneers_cli.config import load_credentials, load_config

creds = load_credentials()
if creds:
    print(f"Logged in as {creds.username}")

config = load_config()
if config.backend == "cloud":
    print(f"Using cloud API at {config.api_url}")

Credentials are stored in ~/.pioneers/credentials.json.

Development

git clone https://github.com/aipioneers/pioneers-cli.git
cd pioneers-cli
pip install -e ".[dev]"
pytest tests/ -v

Contributing

See CONTRIBUTING.md for development setup and guidelines.

License

MIT


Part of the AI Pioneers ecosystem · code-explore · code-adapt · spec-intelligence

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

pioneers_cli-0.1.1.tar.gz (8.8 kB view details)

Uploaded Source

Built Distribution

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

pioneers_cli-0.1.1-py3-none-any.whl (7.4 kB view details)

Uploaded Python 3

File details

Details for the file pioneers_cli-0.1.1.tar.gz.

File metadata

  • Download URL: pioneers_cli-0.1.1.tar.gz
  • Upload date:
  • Size: 8.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pioneers_cli-0.1.1.tar.gz
Algorithm Hash digest
SHA256 e4d68604c8f853a0c4b098162729d23cb786639ede4288c1238d8c109992e22e
MD5 3d9b8fdff399b7f8cffaff2d2c2247c2
BLAKE2b-256 0f54fae316c6f487bb9ce5762ebf957d258d4e9caf2e0dbe0c84a6201ecc70ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for pioneers_cli-0.1.1.tar.gz:

Publisher: publish.yml on aipioneers/pioneers-cli

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pioneers_cli-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: pioneers_cli-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 7.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pioneers_cli-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 8418b972c0b6b0a3c8ba30e38cbd3af988fd43ce357c8698e62f582de0e3e6af
MD5 a871d334b0029a495b2fff2af7d2244b
BLAKE2b-256 8e3a1c354b817c55894f0eafbeab95a43be117874086934109b7812c8ea8f4d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for pioneers_cli-0.1.1-py3-none-any.whl:

Publisher: publish.yml on aipioneers/pioneers-cli

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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