Authentication
Before you can deploy models or manage functions, you must authenticate your local environment. This section describes how to securely link your CLI to the platform organization.
Once the CLI is installed, you need to authenticate with your fathom platform instance.
Prerequisites
Before logging in, ensure you have an account on the platform with an organization already set up. You will also need projects created for each workspace to fully use the CLI capabilities.Quick login
To perform an interactive login, run the following command in your terminal:
fathom login <url>
Replace platform.dev.fthm.io).
Preselect organization and projects
You can optionally provide additional parameters during login if you want the CLI to automatically select your organization and associated projects:
fathom login <url>
--organization-id <ORGANIZATION_ID>
--data-project-id <DATA_PROJECT_ID>
--application-project-id <APPLICATION_PROJECT_ID>
--intelligence-project-id <INTELLIGENCE_PROJECT_ID>