Issue description
https://help.sap.com/docs/btp/sap-business-technology-platform/apirule-migration?version=Cloud -- In this document, there is a section which How to Migrate APIRules to Version v2 where there is a kubectl get apirules command.
Current Value:
kubectl get apirules.gateway.kyma-project.io -A-o json | jq '.items[] | select(.metadata.annotations["gateway.kyma-project.io/original-version"] == "v1beta1") | {namespace: .metadata.namespace, name: .metadata.name}'
Fixed Value:
kubectl get apirules.gateway.kyma-project.io -A -o json | jq '.items[] | select(.metadata.annotations["gateway.kyma-project.io/original-version"] == "v1beta1") | {namespace: .metadata.namespace, name: .metadata.name}'
Change is the space required between -A and -o before json.
Feedback Type (Optional)
None
Page Title on SAP Help Portal (prefilled)
APIRule Migration
Page URL on SAP Help Portal (prefilled)
https://help.sap.com/docs/btp/sap-business-technology-platform/apirule-migration
Issue description
https://help.sap.com/docs/btp/sap-business-technology-platform/apirule-migration?version=Cloud -- In this document, there is a section which
How to Migrate APIRules to Version v2where there is akubectl get apirulescommand.Current Value:
Fixed Value:
Change is the space required between
-Aand-obeforejson.Feedback Type (Optional)
None
Page Title on SAP Help Portal (prefilled)
APIRule Migration
Page URL on SAP Help Portal (prefilled)
https://help.sap.com/docs/btp/sap-business-technology-platform/apirule-migration