514-cli

The 514 CLI manages authentication, projects, and deployments on the hosting platform.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "514-cli" with this command: npx skills add 514-labs/agent-skills/514-labs-agent-skills-514-cli

514 CLI Basics

The 514 CLI manages authentication, projects, and deployments on the hosting platform.

Command shape: 514 <resource> <action> [args] [flags]

All commands accept --json for machine-readable output and -o <ORG> to override the active organization.

  1. Authentication

Log in (opens browser for OAuth):

514 auth login

Check who's logged in:

514 auth whoami --json

Log out:

514 auth logout

Organizations

List orgs the user belongs to:

514 org list --json

Switch the active org:

514 org switch <ORG>

  1. Projects

List projects in the active org:

514 project list --json

Linking a project

If the user already has a local repo and a 514 project, link them:

514 project link [ORG/PROJECT]

When ORG/PROJECT is omitted the CLI shows an interactive picker. Use --force-relink to switch to a different project.

Setting up a project from scratch

Clone a 514 project and set up the local dev environment:

514 project setup <ORG/PROJECT>

Useful flags:

  • --path <DIR> — parent directory for clone

  • --branch <NAME> — create a feature branch

  • --no-branch — skip branch creation

  • --run install — run dependency install after clone

  • --push — push the branch after creation

  1. Deployments

List deployments for a project:

514 deployment list --project <ORG/PROJECT> --json

Useful flags:

  • --status <STATUS> — filter by status (repeatable)

  • --branch-id <ID> — filter by branch

  • --limit <N> — number of results (default: 20)

When running inside a linked repo, --project can be omitted.

  1. Docs

Search the 514 documentation from the terminal:

514 doc search <QUERY>

Show a specific page:

514 doc show <PAGE>

List all available pages:

514 doc list --json

  1. Updating the CLI

514 cli update

Quick reference

What Command

Log in 514 auth login

Who am I 514 auth whoami --json

Log out 514 auth logout

List orgs 514 org list --json

Switch org 514 org switch <ORG>

List projects 514 project list --json

Link project 514 project link [ORG/PROJECT]

Set up project 514 project setup <ORG/PROJECT>

List deployments 514 deployment list --project <ORG/PROJECT> --json

Search docs 514 doc search <QUERY>

Update CLI 514 cli update

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

clickhouse-best-practices-ts-py

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

moosestack-clickhouse-best-practices

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

Planning with files

Implements Manus-style file-based planning to organize and track progress on complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when aske...

Registry SourceRecently Updated
8.4K22Profile unavailable
Coding

Nutrient Document Processing (Universal Agent Skill)

Universal (non-OpenClaw) Nutrient DWS document-processing skill for Agent Skills-compatible products. Best for Claude Code, Codex CLI, Gemini CLI, Cursor, Wi...

Registry SourceRecently Updated
2740Profile unavailable