[BUG] the cli configuration mismatch should not consider the order of the inputs provided
- Dominant language
- Python
- Stars
- 3
- Forks
- 4
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 11
Description
### Affected Command
ewc hub deploy
### Describe the issue
the cli configuration mismatch should not consider the order of the inputs provided
### Steps to Reproduce
```
ewc hub --path-to-catalog /home/aerdmann/custom_catalogue.yml deploy ewc-xcube-viewer --image-name Ubuntu-24.04-20251007115108 --security-groups ssh --security-groups http-https-only --security-groups 8080 --item-inputs tenancy_name="internal-eumetsat-dataprocessing" --item-inputs federee="EUMETSAT"
[02/10/26 13:24:11] INFO Using `default` profile.
INFO The item will be deployed on EUMETSAT side of the EWC.
You selected ewc-xcube-viewer item from the EWC Community Hub.
INFO ๐ฆ Classified source '/home/aerdmann/ewc-ansible-role-xcubeviewer' as: directory
INFO The item ewc-xcube-viewer uses Ansible Playbook techonology.
[02/10/26 13:24:11] INFO Preparing to deploy server ewc-xcube-viewer...
โ Configuration mismatch with existing server
โโโโโโโโโโโโโโโโโโโณโโโโโโโโโโโโโโโโโโโโโโโโโโโณโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ Parameter โ Existing Value โ Requested Value โ
โกโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฉ
โ Security Groups โ http-https-only,8080,ssh โ ssh,http-https-only,8080 โ
โโโโโโโโโโโโโโโโโโโดโโโโโโโโโโโโโโโโโโโโโโโโโโโดโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โญโ Error โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฎ
โ The server 'ewc-xcube-viewer' already exists with different configuration. Use a different --server-name or use --force to redeploy. โ
โฐโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฏ
```
### Expected Behavior
_No response_
### Logs or Output
```shell
```
### Environment
Linux
### EWC CLI Version
0.2.1
Contributor guide
Assessment
This issue has not been assessed yet.