{"id":18820639,"url":"https://github.com/valentinfunk/semantic-sf-cli","last_synced_at":"2026-01-17T16:30:14.412Z","repository":{"id":65494397,"uuid":"86581728","full_name":"ValentinFunk/semantic-sf-cli","owner":"ValentinFunk","description":null,"archived":false,"fork":false,"pushed_at":"2017-04-03T21:02:24.000Z","size":74,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-14T14:02:22.783Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ValentinFunk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-03-29T12:52:39.000Z","updated_at":"2017-03-29T12:54:04.000Z","dependencies_parsed_at":"2023-01-25T21:25:11.871Z","dependency_job_id":null,"html_url":"https://github.com/ValentinFunk/semantic-sf-cli","commit_stats":null,"previous_names":["valentinfunk/semantic-sf-cli","kamshak/semantic-sf-cli"],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ValentinFunk%2Fsemantic-sf-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ValentinFunk%2Fsemantic-sf-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ValentinFunk%2Fsemantic-sf-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ValentinFunk%2Fsemantic-sf-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ValentinFunk","download_url":"https://codeload.github.com/ValentinFunk/semantic-sf-cli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239758832,"owners_count":19692034,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T00:29:21.348Z","updated_at":"2026-01-17T16:30:14.334Z","avatar_url":"https://github.com/ValentinFunk.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# semantic-sf-cli\n[![Build Status](https://travis-ci.org/Kamshak/semantic-sf-cli.svg?branch=master)](https://travis-ci.org/Kamshak/semantic-sf-cli)\n[![NPM](https://nodei.co/npm/semantic-sf-cli.png?downloads=true\u0026downloadRank=true\u0026stars=true)](https://nodei.co/npm/semantic-sf-cli/)\n## Install\n\n```bash\nnpm install -g semantic-sf-cli\n\ncd your-module\nsemantic-sf-cli setup\n```\n\n![dialogue](https://cloud.githubusercontent.com/assets/908178/8766357/f3eadaca-2e34-11e5-8ebb-d40b9ae613d7.png)\n\n## Options\n\n\tUsage:\n\t  semantic-release-cli setup [options]\n\n\tOptions:\n\t  -h --help           Show this screen.\n\t  -v --version        Show version.\n\t  --[no-]keychain     Use keychain to get passwords [default: true].\n\t  --ask-for-passwords Ask for the passwords even if passwords are stored [default: false].\n\t  --tag=\u003cString\u003e      npm tag to install [default: 'latest'].\n\n\tAliases:\n\t  init                 setup\n\n## What it Does\n__semantic-sf-cli performs the following steps:__\n\n1. Asks for the information it needs. You will need to provide it with:\n\t* Whether your GitHub repository is public or private\n\t* Your GitHub username\n\t* Your GitHub password (unless passwords were previously saved to keychain)\n\t* Your Script Fodder API Key\n1. Save your passwords to your local OS's keychain using [keytar](https://www.npmjs.com/package/keytar) for future use (unless `--no-keychain` was specified)\n1. Create GitHub Personal Token\n\t* Logs into GitHub using the username and password provided\n\t* Creates a [GitHub Personal Access Token](https://github.com/settings/tokens) and saves it for future use\n1. Update your package.json\n\t* Remove `version` field (you don't need it anymore -- `semantic-release` will set the version for you automatically)\n\t* Add a `semantic-release` script: `\"semantic-release\": \"semantic-release pre \u0026\u0026 npm publish \u0026\u0026 semantic-release post\"`\n\t* Add `semantic-release` as a `devDependency`\n\t* Add or overwrite the [`repository` field](https://docs.npmjs.com/files/package.json#repository)\n1. Login to Travis CI to configure the package\n\t* Enable builds of your repo\n\t* Add GH_TOKEN and NPM_TOKEN environment variables in the settings\n\n## Other CI Servers\n\nBy default, `semantic-release-cli` supports the popular Travis CI server. If you select `Other` as your server during configuration, `semantic-release-cli` will print out the environment variables you need to set on your CI server. You will be responsible for adding these environment variables as well as configuring your CI server to run `npm run semantic-release` after all the builds pass.\n\nNote that your CI server will also need to set the environment variable `CI=true` so that `semantic-release` will not perform a dry run. (Most CI services do this by default.) See the `semantic-release` documentation for more details.\n\n## License\n\nMIT License\n2015 © Christoph Witzko and [contributors](https://github.com/semantic-release/cli/graphs/contributors)\n\n![https://twitter.com/trodrigues/status/509301317467373571](https://cloud.githubusercontent.com/assets/908178/6091690/cc86f58c-aeb8-11e4-94cb-15f15f486cde.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvalentinfunk%2Fsemantic-sf-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvalentinfunk%2Fsemantic-sf-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvalentinfunk%2Fsemantic-sf-cli/lists"}