Skip to main content

Linkworld CLI — develop and deploy apps to the Linkworld Open App Platform. 0.8.0: linkworld init now scaffolds with lw-ui (.lw-card, .lw-tab, .lw-btn, …) by default + linkworld lint warns when web/ doesn't use lw-ui.

Project description

linkworld CLI

Develop and deploy apps to the Linkworld Open App Platform.

Status: 0.x alpha. Phase 2 of the open-platform rollout. The CLI wraps a Python SDK and the platform's /api/dev/* endpoints.

Install

pip install linkworld

Quickstart

# 1. Get a dev session token from a Linkworld admin (M11 will replace
#    this step with GitHub OAuth device flow).
linkworld login --token <jwt>

# 2. Scaffold a new app
linkworld init my-tax-bot --github-owner my-github-username
cd my-tax-bot

# 3. Edit linkworld.app.yaml + main.py to taste
#    Run locally:
pip install -r requirements.txt
LINKWORLD_LOCAL=1 python main.py

# 4. Deploy. Either tag and let CI handle it:
git tag v0.1.0 && git push --tags

# Or push and register manually:
docker build -t ghcr.io/my-github-username/my-tax-bot:0.1.0 .
docker push ghcr.io/my-github-username/my-tax-bot:0.1.0
linkworld deploy --skip-build

Commands

linkworld login --token <jwt> Save credentials to ~/.linkworld/config.toml
linkworld whoami Show the logged-in dev account
linkworld logout Discard credentials
linkworld init <slug> Scaffold a new app project
linkworld deploy Build + push image, register version with platform
linkworld apps list List your apps
linkworld apps show <slug> App details + version history
linkworld secrets ... Manage app-scoped secrets (coming with M7)

Configuration

~/.linkworld/config.toml:

[platform]
api_url = "https://api.linkworld.ai"

[auth]
token = "<jwt>"

Override via environment:

  • LINKWORLD_API_URL — platform endpoint (default https://api.linkworld.ai)
  • LINKWORLD_TOKEN — overrides the token in the config file (useful in CI)

License

MIT.

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

linkworld-0.8.0.tar.gz (89.7 kB view details)

Uploaded Source

Built Distribution

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

linkworld-0.8.0-py3-none-any.whl (97.0 kB view details)

Uploaded Python 3

File details

Details for the file linkworld-0.8.0.tar.gz.

File metadata

  • Download URL: linkworld-0.8.0.tar.gz
  • Upload date:
  • Size: 89.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for linkworld-0.8.0.tar.gz
Algorithm Hash digest
SHA256 81d2406397a5f4ac163e0aaac9820a529fcfd0304625c28281ffb87ed03965b0
MD5 6055a2848ee756e118a3efa3a71c277a
BLAKE2b-256 cbbaa2a292900007aafa0cbd1a9208a2964fdd74bbc8dc0f17a90dc954de43b4

See more details on using hashes here.

File details

Details for the file linkworld-0.8.0-py3-none-any.whl.

File metadata

  • Download URL: linkworld-0.8.0-py3-none-any.whl
  • Upload date:
  • Size: 97.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for linkworld-0.8.0-py3-none-any.whl
Algorithm Hash digest
SHA256 30f83cd5af752d4d51f94fc577ea96a6fc5e04e6c8a4480a48078c7cf6c7a0bb
MD5 229bda8f80c46ed047ff46efe9670c00
BLAKE2b-256 2a9f201609cf30d92a867ebbec2b22ead5e23c6e2629eff3bd077d00417339da

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