nsc

nsc generate activation

Generate an export activation jwt token

Synopsis

Generate an export activation jwt token

nsc generate activation [flags]

Options

  -a, --account string          account name
      --expiry string           valid until ('0' is always, '2M' is two months) - yyyy-mm-dd, #m(inutes), #h(ours), #d(ays), #w(eeks), #M(onths), #y(ears) (default "0")
  -h, --help                    help for activation
  -o, --output-file string      output file '--' is stdout (default "--")
      --push                    push activation token to operator's account server (exclusive of output-file
      --start string            valid from ('0' is always, '3d' is three days) - yyyy-mm-dd, #m(inutes), #h(ours), #d(ays), #w(eeks), #M(onths), #y(ears) (default "0")
  -s, --subject string          export subject
  -t, --target-account string   target-account

Options inherited from parent commands

      --config-dir string     nsc config directory
      --data-dir string       nsc data store directory
  -i, --interactive           ask questions for various settings
      --keystore-dir string   nsc keystore directory
  -K, --private-key string    Key used to sign. Can be specified as role (where applicable),
                              public key (private portion is retrieved)
                              or file path to a private key or private key 

SEE ALSO

Auto generated by spf13/cobra on 25-Feb-2022