Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

delete a github repository using curl

winpty curl -X DELETE -H 'Authorization: token [GENERATED_TOKEN]' https://api.github.com/repos/[USER]/[REPO_NAME]

# follow steps here to generate token:
https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line
Comment

delete github repository curl

winpty curl -X DELETE -H 'Authorization: token [GENERATED_TOKEN]' https://api.github.com/repos/[USER_NAME]/[REPO_NAME]

# follow steps here to generate token:
https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line
Comment

PREVIOUS NEXT
Code Example
Shell :: windows start service 
Shell :: cara install laravel 
Shell :: unable to install ta-lib 
Shell :: kde increase fpsz 
Shell :: log cpu usage on linux 
Shell :: generate ssh key in github 
Shell :: create folder with shell/bash 
Shell :: git push url change 
Shell :: print in shell script 
Shell :: ubuntu check available packages 
Shell :: sbt install mac 
Shell :: tail journalctl last 100 lines 
Shell :: run .bin file command linux 
Shell :: git use ssh instead of https 
Shell :: fedora linux 
Shell :: git history 
Shell :: bash split variable by delimiter 
Shell :: source command in shell script 
Shell :: creating a github repository from the cli 
Shell :: sudo passwd /Users/username 
Shell :: PowerShell command list software windows server 2016 
Shell :: how to push to heroku outside the master branch 
Shell :: how to turn on tomcat server mac terminal 
Shell :: Server unable to read htaccess file 
Shell :: pyenv install latest version 
Shell :: remove file history from git 
Shell :: install vuex orm 
Shell :: error: required key missing from keyring 
Shell :: github fork my own repo 
Shell :: git delete stash 
ADD CONTENT
Topic
Content
Source link
Name
6+8 =