create
Last updated
Was this helpful?
Registers a self-hosted agent endpoint URL with an organization.
terrakube agent create --organization <ORG> --name <NAME> --url <URL> [flags]--organization
-o
String
Yes
Organization ID or name.
--name
-n
String
Yes
Agent name (e.g. agent01).
--url
String
Yes
Agent endpoint URL (e.g. https://localhost:8080).
--description
-d
String
No
Agent description.
terrakube agent create -o "$ORG_ID" \
--name "agent01" \
--url "https://localhost:8080" \
--description "Initial agent" \
--output jsonLast updated
Was this helpful?
Was this helpful?