# network_manager ## Publishing the Component To publish this component to the ESP Component Registry, ensure your terminal is inside the component's root directory (where `idf_component.yml` is located) and execute the following sequence: ### Compile and Verify Before pushing to the registry, always verify that your component compiles successfully. Because `compote` only packages raw source files and does not check for syntax or build errors, compile your isolated test suite first: ```powershell # Navigate to the test application and trigger a verification build cd test idf.py build cd .. ``` ### 1. Authenticate with your Token Set your active API token for the current terminal session: ```powershell $env:IDF_COMPONENT_API_TOKEN="6kOij73TmqtFqMwF6KbDdkeoNkmYTFFaoc7Ylqbl-QjBndVSeZSMaDqeZfUm52TyN9ozz9Qcvy7Gsv8CjxFhQA" ``` ### Run the Upload Command Invoke compote to package and push the component: ```PowerShell compote component upload --namespace messaia --name sys_utils ``` ## License This component is distributed under the MIT License. See component headers for details.
idf.py add-dependency "fouadmess/network_manager^1.0.0-rc01"