Describe the bug
The new unified agent install.sh does not accept --agent-id
To Reproduce
curl -fsSL https://pulse.mysite.com/install.sh | \
bash -s -- --url https://pulse.mysite.com:7655 --token my_token --agent-id pulse-host-agent01
[ERROR] Unknown argument: --agent-id
Press Enter to exit...
Expected behavior
What you expected to happen.
Environment:
- Pulse Version: 4.33.1
- Installation Type: Docker
Additional context
Looking thru /scripts/install.sh, it does not look like it will take --agent-id as an arg.