Description
stacker agent install creates a new deployment in the cloud project context instead of targeting the existing server. stacker target server refuses to switch because no server deployment lock exists.
Affected Projects
activepieces
Steps to Reproduce
- Configure existing server in stacker.yml
- Run
stacker target server
- Error: No server deployment lock found
- Run
stacker agent install --json
- Check
stacker status — new cloud-context deployment created
Expected Behavior
If stacker agent install is meant for existing servers, it should target that path or fail clearly saying a server deployment/lock is required first.
Environment
- Stacker CLI version: latest
- Deploy target: server
Description
stacker agent installcreates a new deployment in the cloud project context instead of targeting the existing server.stacker target serverrefuses to switch because no server deployment lock exists.Affected Projects
activepieces
Steps to Reproduce
stacker target serverstacker agent install --jsonstacker status— new cloud-context deployment createdExpected Behavior
If
stacker agent installis meant for existing servers, it should target that path or fail clearly saying a server deployment/lock is required first.Environment