Skip to content
Open
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
33f6c75
update axios version
lukman-paystack Mar 16, 2021
658264b
migrate CLI framework from vorpal to oclif
lukman-paystack Apr 4, 2021
bae8515
add helper plugins
lukman-paystack Apr 4, 2021
831f3f9
Merge branch 'master' into version/2.0
lukman-paystack Apr 4, 2021
e850084
remove API keys from local DB
lukman-paystack Apr 13, 2021
d474311
Merge branch 'version/2.0' of github.com:PaystackOSS/paystack-cli int…
lukman-paystack Apr 13, 2021
a373a14
add info command
lukman-paystack Oct 27, 2021
c36a7cd
add info command
lukman-paystack Oct 27, 2021
61d52b4
migrate Oclif to V2
lukman-paystack Feb 15, 2022
5d97858
update oclif version
lukman-paystack Feb 23, 2022
d06fb7e
1.0.0-beta.1
lukman-paystack Feb 23, 2022
1b86870
update package name
lukman-paystack Feb 23, 2022
49b387c
1.0.0-beta.2
lukman-paystack Feb 23, 2022
44b7a9d
update package version
lukman-paystack Feb 23, 2022
bf262a0
1.0.0-nightly.0
lukman-paystack Feb 23, 2022
6135695
regenerate API commands from OpenAPI spec
lukman-paystack Mar 14, 2022
b83d862
some update sha
lukman-paystack Mar 15, 2022
7d513c5
build linux and windows packages
lukman-paystack Mar 17, 2022
ad1597f
add Open, Logout and WhoamI commands
lukman-paystack Mar 31, 2022
3e98f21
Merge branch 'version/2.0' of github.com:PaystackOSS/paystack-cli int…
lukman-paystack Mar 31, 2022
cbb5257
add logs
lukman-paystack Apr 28, 2022
3d94762
add logs to commands
lukman-paystack Apr 28, 2022
69831ea
remove rogue console.logs
lukman-paystack May 11, 2022
3af0523
remove rogue console.logs
lukman-paystack May 11, 2022
06a3607
Update Readme.MD
lukman-paystack Oct 31, 2023
7261f09
Update README.md
lukman-paystack Oct 31, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add info command
  • Loading branch information
lukman-paystack committed Oct 27, 2021
commit a373a14a82b697c59fd7aa2a2e29900ef5e95ffe
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
"axios": "^0.21.1",
"lowdb": "^1.0.0",
"ngrok": "^3.4.0",
"platform": "^1.3.6",
"pusher-js": "^7.0.3",
"readline": "^1.3.0",
"readline-sync": "^1.4.10",
"shelljs": "^0.8.4"
Expand Down