26. Skipper Server commands

26.1 Config

This command configures the shell to reference the HTTP API endpoint of the Skipper Server.

skipper:>skipper config --uri https://localhost:8443/api

When using OAuth, you can use the username and password options

From within the Skipper Shell you can also provide credentials using:

skipper:> skipper config --uri https://localhost:7577/api --username my_username --password my_password

See the section Part VII, “Security” for more information.

26.2 Info

This command shows which server version is being used

skipper:>info
Spring Cloud Skipper Server v1.0.0.1.0.0.RC2