Authentication Keys (api-auth
)
The api-auth
command allows you to configure Watchman Agent's authentication with the Watchman platform. This step is crucial to ensure that the collected information is properly linked to your company on the platform.
🗝️ Required Keys
The following two keys are required:
client_id
client_secret
These details can be obtained from the portal https://watchman.bj after logging into your company account.
✅ Usage
watchman-agent configure api-auth --client-id <CLIENT_ID> --client-secret <CLIENT_SECRET>
Replace <CLIENT_ID>
and <CLIENT_SECRET>
with your own credentials provided by the platform.
⚙️ Options
--client-id TEXT API Client ID (required)
--client-secret TEXT API Client Secret (required)
--help Shows help information for this command