This repository was archived by the owner on Jun 14, 2021. It is now read-only.
Tags: fission-codes/cli
Tags
Update to ensure email, username and password are required. (#72) * Update register * Update to latest web-api * Get required fields * Prompt user for required fields * Move cli required fields to own file * Use required field helper in login * Update lock file * Add todos * Use required field helper in reset password * Prettify getSecret * Prettify getSecret * Return appropriately formatted errors * Clean up warnings * Add logDebugN * Add logErrorN * Tests dont like the prelude * Update web-api sha to latest master * Update to latest ipfs * Bring back the pipes * Code review comments * Fix tests * Add userauth partial lens * End of day * Removing attempts to remove liftIO * Update version to 1.23.1 * Bump to 14.14 * remove comments * Allow reask to throw an optional error * Update to 14.6 * Add missing new line * Update to 14.14 * Bust linux cache
Reset password command (#33) * Reorder modules * Remove uused module * add reset-password command * bump version * broke guard into FissionConnected & LoggedIn * style fixes * typos * Recursively build hierarchical auth (#35) * added PartialEnv monoid + recuseEnv functions * WIP * update user registration object * show the current path to changed env * don't write nulls * style fixups * cleanup & requested changes * more cleanup * flip args for Env.Partial.write * remove unnecessary UnliftIOs