Enable and upgrade setup
php bin/magento module:enable YKM_Custom
php bin/magento setup:upgrade
Disable the Module
php bin/magento module:disable YKM_Custom
Another One - module uninstall script is executed and whole module gets deleted afterwards. Only modules installed through Composer can be uninstalled.
php bin/magento module:uninstall YKM_Custom
Display list of enabled and disabled modules
php bin/magento module:status