26. Skipper Server Commands

Skipper’s package commands include the following:

26.1 Config

This command configures the shell to reference the HTTP API endpoint of the Skipper Server, as shown in the following example:

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, as shown in the following example:

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

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

26.2 Info

This command shows which server version is being used, as shown (with output) in the following example:

skipper:>info
Spring Cloud Skipper Server v1.0.0.1.0.4.RELEASE