hasura / ddn-docs

Repository for the Hasura DDN version of docs
https://hasura.io/docs
2 stars 6 forks source link

pg: rename plugin -c to plugin --connector #540

Closed soupi closed 2 months ago

soupi commented 2 months ago

Description

Fix: https://hasurahq.slack.com/archives/C0329ERCSA1/p1723117710927249

Quick Links 🚀

🤖 DX: Assertion Tests

robertjdominguez commented 2 months ago

DX: Assertion Testing

✅ Diff

The changes in the command-line examples provide clarity by explicitly naming the connector configuration flag. Using '--connector' instead of '-c' makes it easier for users to understand the purpose of the flag, thus improving individual command usability.

✅ Integrated

The updated documentation feels cohesive with the rest of the documents. The commands are consistently updated across different sections, contributing to a uniform user experience when following the guidelines for various operations such as creating, listing, and deleting native operations. Overall integration seems to have been well-handled and enhances the usability of the documentation set as a whole.