Authentication
To enable Shield protection in your compilations, you need to associate it with your ByteHide account. This ensures synchronization and streamlines the process for you.
If you haven't obtained your PROJECT TOKEN yet, please retrieve it from the ByteHide panel before proceeding.
Authenticate with ByteHide CLI
bytehide login <PROJECT TOKEN>
Where <PROJECT TOKEN>
should be the key that you have previously generated from your panel.
If we already had a session stored on our computer, it will be replaced by the new one.
Once our API token has been notified to be valid, you can freely use the ByteHide CLI.
Clear current API token
If you want to delete your stored account information, you can run the following command:
bytehide clear
Check current session
Optionally you can check if your API token is valid, it will inform you if it has expired or has been revoked.
To do this, use:
bytehide check