514 project link
Use 514 project link when your repository already exists locally and you need to associate it with a Fiveonefour project.
Syntax
514 project link [PROJECT_REF] [OPTIONS]Options
--api-url <API_URL>: API base URL override (HOSTING_CLI_API_URL).-o, --org <ORG>: Organization name or ID.--yes: Skip confirmations when safe.--json: Output as JSON.--no-input: Disable prompts; fail fast if input is needed (implies--yes).--force-relink: Replace an existing link to a different project.-v, --verbose...: Enable verbose output (-vdebug,-vvtrace).-h, --help: Print help.
Arguments
[PROJECT_REF]: Project reference to link (for example<org>/<project>). Omit to choose interactively.
Example
514 project link acme/analytics-apiExpected outcome:
- Validates auth and local git repo context.
- Resolves the selected project.
- Writes/updates repo-level link metadata.
Note:
--projectis no longer accepted forproject link; pass the project as[PROJECT_REF].