Add node to LoRa App Server with CLI commands

Hi mates! Its possible to add node in the App Server with commands in the terminal? How? Thank you!

You can use the REST or gRPC APIs to build your own tool-set around LoRa Server / LoRa App Server.

Can you show me an example?

See for example https://www.loraserver.io/lora-app-server/integrate/rest/. The API web-interface will also give you CLI examples how to invoke the REST api from the console using curl. There are other topics on the forum explaining how to use the rest api and how to generate jwt tokens.