NASA-PDS / registry-mgr

Standalone Registry Manager application responsible for managing the PDS Registry (https://github.com/NASA-PDS/registry) schemas and indexes.
https://nasa-pds.github.io/registry
Other
0 stars 2 forks source link

Update inline help to match latest features #104

Closed tloubrieu-jpl closed 1 month ago

tloubrieu-jpl commented 2 months ago

Checked for duplicates

No - I haven't checked

🐛 Describe the bug

registry-mgr create-registry -help

I am getting the options: -index Elasticsearch index name. Default is 'registry' -shards Number of shards (partitions) for registry index. Default is 1 -replicas Number of replicas (extra copies) of registry index. Default is 0

Which are not supported anymore.

🕵️ Expected behavior

I expected the inline help to be up to date.

📜 To Reproduce

1. 2. 3. ...

🖥 Environment Info

On MacOs

📚 Version of Software Used

5.0.0

🩺 Test Data / Additional context

No response

🦄 Related requirements

🦄 #xyz

⚙️ Engineering Details

No response

🎉 Integration & Test

No response

al-niessner commented 2 months ago

@tloubrieu-jpl

They still exist and are used when using a direct connection rather than cognito.

Do you want me to add "ignored with cognito/serverless" to replicas and shards?

I guess index name is just wrong.