alpacon work-session extend

Extend the expiry of an approved or active work session.

alpacon work-session extend SESSION_ID [flags]

Options

      --expires-at string   New absolute expiry time (RFC3339)
      --expires-in string   New expiry set to now + duration (e.g. 2h)
  -h, --help                help for extend

Examples

Extend a session by two hours from now:

alpacon work-session extend 11111111-2222-3333-4444-555555555555 --expires-in 2h

Set a new absolute expiry time:

alpacon work-session extend 11111111-2222-3333-4444-555555555555 --expires-at 2027-01-15T10:00:00Z
Last updated: