Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 408 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 408 Bytes

Arris Password of the Day - CLI

Generate password of day for routers Arris

Install

yarn global add arrispwod-cli

Usage

# With out parameters for password of current day
arrispwod

# For a particular day
arrispwod 2018-04-22

# With a custom seed
arrispwod --seed AWESOMESEED

Related