Project Management
kapso pull
Pull agent definition and tests from server
Retrieves and replaces the local agent definition and tests with those defined on the server.
Arguments
Argument | Description | Default |
---|---|---|
AGENTID | Agent identifier | From agent.yaml |
Description
This command synchronizes your local files with the version stored on the Kapso server. It pulls and replaces:
- Agent graph definition (
agent.yaml
) - Test suites and test cases
This is useful when:
- The agent has been modified through the web interface
- Multiple team members are working on the same agent
- You need to reset local changes to the server version
Examples
Pull using local configuration:
Pull specific agent:
Notes
- Requires valid authentication token
- Warning: Overwrites local files without prompting
- Creates necessary directories if they don’t exist