Using command - sfdx force:source:push to push an application and a component.
it does not throw any error, but the components are not reflecting in the Developer console.
I have placed the package.xml with below config :
<Package xmlns="http://soap.sforce.com/2006/04/metadata">
<!-- Lightning Component -->
<types>
<members>*</members>
<name>AuraDefinitionBundle</name>
</types>
<version>46.0</version>
</Package>
Also, I got message after push command as below:
Job ID | 0AfN0000017CdNmKAK
SOURCE PROGRESS | ████████████████████████████████████████ | 2/2 Components
=== Pushed Source
The scratch org is configured and is displaying on command
sfdx force:org:list --all
Someone please help!