platformsh / legacy-cli

This is the legacy version of Platform.sh's command-line interface. The new version is at: https://github.com/platformsh/cli
https://docs.platform.sh/administration/cli.html
MIT License
224 stars 121 forks source link

upsun integration:activities is missing in the exported md file for the doc #1439

Closed flovntp closed 1 week ago

flovntp commented 2 months ago

seems that upsun integration:activities is missing in the CLI command reference What is missing on the CLI side for this command to be exported ?

pjcdawkins commented 1 month ago

The command is here

https://docs.upsun.com/administration/cli/reference.html#integrationactivitylist

So it's something to do with how the aliases are exported

pjcdawkins commented 1 month ago

Oh because the alias in question is a hidden one -

https://github.com/platformsh/legacy-cli/blob/e009a87025ddbbf7c54bef3a476085e2569a6117/src/Command/Integration/Activity/IntegrationActivityListCommand.php#L42

pjcdawkins commented 1 month ago

That's the PR if you want ^