注销Pod Trunk Session

时间:2018-05-21 05:18:18

标签: cocoapods

就像标题读物一样,说我通过运行这个来验证自己:

pod trunk register myemail@email.com 'FirstName LastName' --description='my computer'

我怎么能把自己记录下来?另外,有什么办法可以退出运行pod trunk me

的特定会话

1 个答案:

答案 0 :(得分:1)

您可以使用pod trunk me clean-sessions

注销
  $ pod trunk me clean-sessions

  By default this will clean-up your sessions by removing expired and unverified
  sessions.

  To remove all your sessions, except for the one you are currently using, specify
  the `--all` flag.