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 (-vdebug,-vvtrace).
Example
514 link --project acme/analytics-apiExpected outcome:
- Validates auth and local git repo context.
- Resolves project and creates repo-level link metadata.
- Keeps git remotes unchanged by default.