sdpctl Reference Guide



sdpctl configure signin

Sign in and authenticate to Collective


Synopsis

Sign in to the Collective using the configuration file created by the ‘sdpctl configure’ command. This will fetch a token on valid authentication which will be valid for 24 hours and stored in the configuration.

sdpctl configure signin [flags]

Examples

  # default sign in command
  > sdpctl configure signin

Options

  -h, --help   help for signin

Options inherited from parent commands

      --api-version int      Peer API version override
      --ci-mode              Log to stderr instead of file and disable progress-bars
      --debug                Enable debug logging
      --events-path string   send logs to unix domain socket path
      --no-interactive       Suppress interactive prompt with auto accept
      --no-verify            Don't verify TLS on for the given command, overriding settings from config file
  -p, --profile string       Profile configuration to use

SEE ALSO