Posts

Showing posts from June, 2024

salesforce - sf - sfdx - cli - commands

1. Command for retrieving all Aura Components SF project retrieve start -m AuraDefinitionBundle 2. command for retrieving all lwc components SF project retrieve start -m LightningComponentBundle 3. command for retrieve all apex class sf project retrieve start --metadata 'ApexClass:*'  4. command for login to org sf org login web -a MyAlias       (here "MyAlias" is a dynamic and unique identification of our choice) 5. command for login to org using session id sf org login access-token --instance-url <instance_url> --access-token <access_token> eg: sf org login access-token --instance-url https://login.salesforce.com --access-token 00Dxx0000000000!AQMAQKr0MSLIGgDg 6. command to get apex class ID sf data query --query "SELECT Id, Name FROM ApexClass WHERE Name = 'ApexClassName'" 7. scenario: if a class has code coverage by hundreds of classes and if we would like to find high code coverage class-method-codeCoverageLines i) sf data query --us...

IMP Links AZS Devops - Git - In Telugu

 https://www.youtube.com/@budjetgurulite https://kubecampus.io/kubernetes/courses/ https://www.youtube.com/watch?v=BXT_qur5jYU&list=PL3LnzjBVisiRKEoNQTuIuwPVcs44yamFU