1. Hosting
  2. link

514 link

Use 514 link when your repository already exists locally and you need to associate it with a Fiveonefour project.

In the agent harness model, link maps your local repo to the correct hosted workload target without forcing a fresh clone.

Syntax

514 link [OPTIONS]

Common Options

  • --api-url <API_URL>: Override API base URL (HOSTING_CLI_API_URL).
  • --project <org>/<project>: Explicit project slug override.
  • -o, --org <ORG>: Organization name or ID.
  • --yes: Auto-confirm safe prompts.
  • --json: Output as JSON.
  • --no-input: Disable prompts; fail fast on missing required input.
  • --force-relink: Replace an existing repo-level link.
  • -v, --verbose...: Enable verbose output (-v debug, -vv trace).

Example

514 link --project acme/analytics-api

Expected outcome:

  • Validates auth and local git repo context.
  • Resolves project and creates repo-level link metadata.
  • Keeps git remotes unchanged by default.

Related

  • 514 auth
  • 514 orgs
  • 514 projects
  • 514 setup
  • 514 update
  • Setup failures

On this page

SyntaxCommon OptionsExampleRelated
FiveonefourFiveonefour
Fiveonefour Docs
MooseStackHostingTemplatesGuides
Release Notes
Source527
  • Hosting Overview
CLI
  • --help
  • auth
  • orgs
  • link
  • projects
  • setup
  • update
Workflow
  • Fiveonefour to Local Setup
Troubleshooting
  • Setup Failures