UNPKG

9.02 kBJSONView Raw
1{"version":"1.9.6","commands":{"ci:config:get":{"id":"ci:config:get","description":"get a CI config var\nExamples:\n\n $ heroku ci:config:get RAILS_ENV\n test\n","pluginName":"@heroku-cli/plugin-ci","pluginType":"core","hidden":false,"aliases":[],"flags":{"shell":{"name":"shell","type":"boolean","char":"s","description":"output config var in shell format","required":false},"pipeline":{"name":"pipeline","type":"option","char":"p","description":"pipeline","required":false},"app":{"name":"app","type":"option","char":"a","description":"app to run command against","required":false},"remote":{"name":"remote","type":"option","char":"r","description":"git remote of app to use"}},"args":[{"name":"key","required":true}]},"ci:config":{"id":"ci:config","description":"display CI config vars\nExample:\n\n $ heroku ci:config --app murmuring-headland-14719 --json","pluginName":"@heroku-cli/plugin-ci","pluginType":"core","hidden":false,"aliases":[],"flags":{"shell":{"name":"shell","type":"boolean","char":"s","description":"output config vars in shell format","required":false},"json":{"name":"json","type":"boolean","description":"output config vars in json format","required":false},"pipeline":{"name":"pipeline","type":"option","char":"p","description":"pipeline","required":false},"app":{"name":"app","type":"option","char":"a","description":"app to run command against","required":false},"remote":{"name":"remote","type":"option","char":"r","description":"git remote of app to use"}},"args":[]},"ci:config:set":{"id":"ci:config:set","description":"set CI config vars\nExamples:\n\n $ heroku ci:config:set RAILS_ENV=test\n Setting test config vars... done\n\n RAILS_ENV: test\n","pluginName":"@heroku-cli/plugin-ci","pluginType":"core","hidden":false,"aliases":[],"flags":{"pipeline":{"name":"pipeline","type":"option","char":"p","description":"pipeline","required":false},"app":{"name":"app","type":"option","char":"a","description":"app to run command against","required":false},"remote":{"name":"remote","type":"option","char":"r","description":"git remote of app to use"}},"args":[]},"ci:config:unset":{"id":"ci:config:unset","description":"unset CI config vars\nExamples:\n\n $ heroku ci:config:uset RAILS_ENV\n Unsetting RAILS_ENV... done\n","pluginName":"@heroku-cli/plugin-ci","pluginType":"core","hidden":false,"aliases":[],"flags":{"pipeline":{"name":"pipeline","type":"option","char":"p","description":"pipeline","required":false},"app":{"name":"app","type":"option","char":"a","description":"app to run command against","required":false},"remote":{"name":"remote","type":"option","char":"r","description":"git remote of app to use"}},"args":[]},"ci:debug":{"id":"ci:debug","description":"opens an interactive test debugging session with the contents of the current directory\nExample:\n\n $ heroku ci:debug\n Preparing source... done\n Creating test run... done\n Running setup and attaching to test dyno...\n\n~ $\n","pluginName":"@heroku-cli/plugin-ci","pluginType":"core","hidden":false,"aliases":[],"flags":{"no-setup":{"name":"no-setup","type":"boolean","description":"start test dyno without running test-setup","required":false},"pipeline":{"name":"pipeline","type":"option","char":"p","description":"pipeline","required":false},"no-cache":{"name":"no-cache","type":"boolean","description":"start test run with an empty cache","required":false},"app":{"name":"app","type":"option","char":"a","description":"app to run command against","required":false},"remote":{"name":"remote","type":"option","char":"r","description":"git remote of app to use"}},"args":[]},"ci":{"id":"ci","description":"show the most recent runs\ndisplay the most recent CI runs for the given pipeline\n\n Example:\n\n $ heroku ci --app murmuring-headland-14719","pluginName":"@heroku-cli/plugin-ci","pluginType":"core","hidden":false,"aliases":[],"flags":{"pipeline":{"name":"pipeline","type":"option","char":"p","description":"pipeline","required":false},"watch":{"name":"watch","type":"boolean","char":"w","description":"keep running and watch for new and update tests","required":false},"json":{"name":"json","type":"boolean","char":"j","description":"output run info in json format","required":false},"app":{"name":"app","type":"option","char":"a","description":"app to run command against","required":false},"remote":{"name":"remote","type":"option","char":"r","description":"git remote of app to use"}},"args":[]},"ci:list":{"id":"ci:list","description":"show the most recent runs\ndisplay the most recent CI runs for the given pipeline\n\n Example:\n\n $ heroku ci --app murmuring-headland-14719","pluginName":"@heroku-cli/plugin-ci","pluginType":"core","hidden":true,"aliases":[],"flags":{"pipeline":{"name":"pipeline","type":"option","char":"p","description":"pipeline","required":false},"watch":{"name":"watch","type":"boolean","char":"w","description":"keep running and watch for new and update tests","required":false},"json":{"name":"json","type":"boolean","char":"j","description":"output run info in json format","required":false},"app":{"name":"app","type":"option","char":"a","description":"app to run command against","required":false},"remote":{"name":"remote","type":"option","char":"r","description":"git remote of app to use"}},"args":[]},"ci:info":{"id":"ci:info","description":"test run information\nshow the status of a specific test run\n\n Example:\n\n $ heroku ci:info 1288 --app murmuring-headland-14719","pluginName":"@heroku-cli/plugin-ci","pluginType":"core","hidden":false,"aliases":[],"flags":{"pipeline":{"name":"pipeline","type":"option","char":"p","description":"pipeline","required":false},"app":{"name":"app","type":"option","char":"a","description":"app to run command against","required":false},"remote":{"name":"remote","type":"option","char":"r","description":"git remote of app to use"}},"args":[{"name":"number","description":"the test run number to show","required":true}]},"ci:last":{"id":"ci:last","description":"get the results of the last run\nlooks for the most recent run and returns the output of that run\n\n Example:\n\n $ heroku ci:last --app murmuring-headland-14719","pluginName":"@heroku-cli/plugin-ci","pluginType":"core","hidden":false,"aliases":[],"flags":{"pipeline":{"name":"pipeline","type":"option","char":"p","description":"pipeline","required":false},"app":{"name":"app","type":"option","char":"a","description":"app to run command against","required":false},"remote":{"name":"remote","type":"option","char":"r","description":"git remote of app to use"}},"args":[]},"ci:migrate-manifest":{"id":"ci:migrate-manifest","description":"app-ci.json is deprecated. Run this command to migrate to app.json with an environments key.\nExample:\n\n $ heroku ci:migrate-manifest\n Writing app.json file... done\n Deleting app-ci.json file... done\n Please check the contents of your app.json before committing to your repo\n You're all set! 🎉.","pluginName":"@heroku-cli/plugin-ci","pluginType":"core","hidden":false,"aliases":[],"flags":{},"args":[]},"ci:open":{"id":"ci:open","description":"open the Dashboard version of Heroku CI\nopens a browser to view the Dashboard version of Heroku CI\n\n Example:\n\n $ heroku ci:open --app murmuring-headland-14719","pluginName":"@heroku-cli/plugin-ci","pluginType":"core","hidden":false,"aliases":[],"flags":{"pipeline":{"name":"pipeline","type":"option","char":"p","description":"pipeline","required":false},"app":{"name":"app","type":"option","char":"a","description":"app to run command against","required":false},"remote":{"name":"remote","type":"option","char":"r","description":"git remote of app to use"}},"args":[]},"ci:rerun":{"id":"ci:rerun","description":"rerun tests against current directory\nuploads the contents of the current directory, using git archive, to Heroku and runs the tests\n\n Example:\n\n $ heroku ci:rerun 985 --app murmuring-headland-14719","pluginName":"@heroku-cli/plugin-ci","pluginType":"core","hidden":false,"aliases":[],"flags":{"pipeline":{"name":"pipeline","type":"option","char":"p","description":"pipeline","required":false},"app":{"name":"app","type":"option","char":"a","description":"app to run command against","required":false},"remote":{"name":"remote","type":"option","char":"r","description":"git remote of app to use"}},"args":[{"name":"number","required":false}]},"ci:run":{"id":"ci:run","description":"run tests against current directory\nuploads the contents of the current directory to Heroku and runs the tests\n\n Example:\n\n $ heroku ci:run --app murmuring-headland-14719","pluginName":"@heroku-cli/plugin-ci","pluginType":"core","hidden":false,"aliases":[],"flags":{"pipeline":{"name":"pipeline","type":"option","char":"p","description":"pipeline","required":false},"app":{"name":"app","type":"option","char":"a","description":"app to run command against","required":false},"remote":{"name":"remote","type":"option","char":"r","description":"git remote of app to use"}},"args":[]}}}
\No newline at end of file