Skipper’s package commands include the following:
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.