Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

DevOps teams require complete visibility into Kubernetes infrastructure. Using Cloudaware CLI, DevOps engineers can query all EKS deployments across multiple EKS Clusters, AWS Regions and Accounts with a single query.

Code Block
sfdx force:data:soql:query -q "SELECT Name, CA10A1__cluster__r.Name, CA10A1__account__r.Name FROM CA10A1__CaAwsEksClusterDeployment__c" -u *specify your Salesforce username*

Update an application catalog with cost center data

...