Skip to content

Instantly share code, notes, and snippets.

@shakibamoshiri
Created December 6, 2021 12:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shakibamoshiri/dc3e18ef756ad327e9615f08420bb718 to your computer and use it in GitHub Desktop.
Save shakibamoshiri/dc3e18ef756ad327e9615f08420bb718 to your computer and use it in GitHub Desktop.
# On linux servers
# cd into a temp dir
cd `mktemp -d`
# install it
npm install poshtiban
# test it
./node_modules/poshtiban/bin/run login --token=YOUR_TOKEN
# sucessful output
Checking Token... done
Token added
# unsuccessful output
Checking Token... done
› Error: The access token provided is invalid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment