UNPKG

1.73 kBJSONView Raw
1{"version":"7.43.0","commands":{"git:clone":{"id":"git:clone","description":"clones a heroku app to your local machine at DIRECTORY (defaults to app name)","pluginName":"@heroku-cli/plugin-git","pluginType":"core","aliases":[],"examples":"$ heroku git:clone -a example\nCloning into 'example'...\nremote: Counting objects: 42, done.\n...","flags":{"app":{"name":"app","type":"option","char":"a","description":"the Heroku app to use","required":true},"remote":{"name":"remote","type":"option","char":"r","description":"the git remote to create, default \"heroku\""},"ssh-git":{"name":"ssh-git","type":"boolean","description":"use SSH git protocol","allowNo":false}},"args":[{"name":"DIRECTORY","description":"where to clone the app"}]},"git:credentials":{"id":"git:credentials","description":"internal command for git-credentials","pluginName":"@heroku-cli/plugin-git","pluginType":"core","hidden":true,"aliases":[],"flags":{},"args":[{"name":"command","required":true}]},"git:remote":{"id":"git:remote","description":"adds a git remote to an app repo\nextra arguments will be passed to git remote add\n","pluginName":"@heroku-cli/plugin-git","pluginType":"core","aliases":[],"examples":"# set git remote heroku to https://git.heroku.com/example.git\n $ heroku git:remote -a example\n\n # set git remote heroku-staging to https://git.heroku.com/example-staging.git\n $ heroku git:remote --remote heroku-staging -a example","flags":{"app":{"name":"app","type":"option","char":"a","description":"the Heroku app to use"},"remote":{"name":"remote","type":"option","char":"r","description":"the git remote to create"},"ssh-git":{"name":"ssh-git","type":"boolean","description":"use SSH git protocol","allowNo":false}},"args":[]}}}
\No newline at end of file