Skip to content

Logging into Skpr

Usage

skpr login --id=${AWS_ID} --secret=${AWS_KEY} $AWS_CLUSTER_NAME
Successfully saved credentials to: ${HOME}/.skpr/credentials.yml
Successfully verified login for project: skpr-project-${project_name}

This will place the following details:

cluster_domain:
  aws:
    access_key_id: access_key_id
    secret_access_key: secret_access_key

More Information

$ skpr login --help
usage: skpr login [<flags>] [<cluster>]

Generates a credentials file

Flags:
--help             Show context-sensitive help (also try --help-long and --help-man).
-i, --id=ID            The AWS access key ID.
-s, --secret=SECRET    The AWS secret key.
--profile=PROFILE  The aws profile to use.

Args:
[<cluster>]  The cluster key.

What's next?

After logging into Skpr, consider one of the following: