@powerhousedao/shared 6.0.0-dev.170 → 6.0.0-dev.172

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -833,6 +833,12 @@ const phCliHelpCommands = {
833
833
  description: "Authenticate with Renown using your Ethereum wallet",
834
834
  handler: () => {}
835
835
  }),
836
+ logout: command({
837
+ name: "logout",
838
+ args: loginArgs,
839
+ description: "Deletes an existing session created with 'ph login'",
840
+ handler: () => {}
841
+ }),
836
842
  install: command({
837
843
  name: "install",
838
844
  aliases: ["add", "i"],