my-irancell-cli
v0.1.1
Published
cli for my.irancell.ir
Readme
my-irancell-cli
Cli for my.irancell.ir. You can get your current status, list offers and buy offers by using this cli.
Installation
$ npm install -g my-irancell-cliLogin
You have to login to your irancell account with your phone number and password.
$ my-irancell loginUsage
$ npm install -g my-irancell-cli
$ my-irancell COMMAND
running command...
$ my-irancell (--version)
my-irancell-cli/0.1.1 linux-x64 node-v20.9.0
$ my-irancell --help [COMMAND]
USAGE
$ my-irancell COMMAND
...Commands
my-irancell buy [OFFERID]my-irancell help [COMMAND]my-irancell loginmy-irancell logoutmy-irancell offersmy-irancell status
my-irancell buy [OFFERID]
Buy an offer
USAGE
$ my-irancell buy [OFFERID]
DESCRIPTION
Buy an offerSee code: src/commands/buy/index.ts
my-irancell help [COMMAND]
Display help for my-irancell.
USAGE
$ my-irancell help [COMMAND...] [-n]
ARGUMENTS
COMMAND... Command to show help for.
FLAGS
-n, --nested-commands Include all nested commands in the output.
DESCRIPTION
Display help for my-irancell.See code: @oclif/plugin-help
my-irancell login
Login to a new account
USAGE
$ my-irancell login
DESCRIPTION
Login to a new accountSee code: src/commands/login/index.ts
my-irancell logout
Logout from account
USAGE
$ my-irancell logout
DESCRIPTION
Logout from accountSee code: src/commands/logout/index.ts
my-irancell offers
List all available offers
USAGE
$ my-irancell offers
DESCRIPTION
List all available offersSee code: src/commands/offers/index.ts
my-irancell status
Show account status
USAGE
$ my-irancell status
DESCRIPTION
Show account statusSee code: src/commands/status/index.ts
