dpsctl auth

dpsctl auth Usage Guide

Overview

dpsctl auth provides authentication helper commands for working with stored DPS credentials.

Usage

dpsctl [global options] auth [options]

Flags

Includes global dpsctl options.

   --help, -h  show help

Commands

  • token - Print stored access token to stdout
  • help, h - Shows a list of commands or help for one command

Notes

  • Authentication credentials are loaded from the configured credentials file.
  • Use dpsctl login to create or refresh stored credentials.
  • The credentials file path can be customized with the global --credentials-path option.