Usage
Description
Thenpx wgc proposal update-status command updates an existing proposal’s review status. The command is non-interactive, which makes it suitable for CI workflows.
The API key used by the command must have write access to the federated graph.
Parameters
[name]: The name of the proposal to update.
Options
-f, --federation-graph <federatedGraphName>(required): The name of the federated graph this proposal is for.-s, --status <status>(required): The status to set. Accepted values areapprovedandclosed. Values are case-insensitive.-n, --namespace [namespace]: The namespace of the federated graph (Default:default).
CI examples
Configure an API key as a secret in your CI system and expose it asCOSMO_API_KEY before running the command.
Approve a proposal: