{"id":19361607,"url":"https://github.com/bluelovers/node-travis-ci-encrypt","last_synced_at":"2025-09-04T02:37:04.043Z","repository":{"id":57379384,"uuid":"147980523","full_name":"bluelovers/node-travis-ci-encrypt","owner":"bluelovers","description":null,"archived":false,"fork":false,"pushed_at":"2018-10-01T04:36:08.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-07T18:07:33.995Z","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/bluelovers.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":"2018-09-09T00:35:10.000Z","updated_at":"2018-10-01T04:36:10.000Z","dependencies_parsed_at":"2022-09-02T20:22:27.319Z","dependency_job_id":null,"html_url":"https://github.com/bluelovers/node-travis-ci-encrypt","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluelovers%2Fnode-travis-ci-encrypt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluelovers%2Fnode-travis-ci-encrypt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluelovers%2Fnode-travis-ci-encrypt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluelovers%2Fnode-travis-ci-encrypt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bluelovers","download_url":"https://codeload.github.com/bluelovers/node-travis-ci-encrypt/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240476474,"owners_count":19807523,"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-10T07:24:06.231Z","updated_at":"2025-02-24T12:25:32.744Z","avatar_url":"https://github.com/bluelovers.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# travis-ci-encrypt\n\n    a node.js travis-ci encrypt cli\n\n## why\n\nbecause when we use `travis encrypt SOMEVAR=\"secretvalue\" --add`  \nthat will remove comments in `.travis.yml`\n\nbut i wanna keep\n\n## install\n\n```nodemon\nnpm install -g travis-ci-encrypt\n```\n\n## usage\n\n```bash\nnpx travis-ci-encrypt -k SOMEVAR -v secretvalue --add\n```\n\n* [cli](bin/travis-ci-encrypt.ts)\n* [node](index.d.ts)\n* \n\n## demo\n\n```ts\nimport { travisEncrypt } from 'travis-ci-encrypt';\n\ntravisEncrypt('key', 'value', {\n//\tbinPath: 'C:\\\\Ruby24-x64\\\\bin\\\\travis.bat',\n\taddToConf: true,\n\toutputFile: './4.yml',\n})\n\t.tap(function (ls)\n\t{\n\t\tconsole.dir(ls);\n\t})\n\t.catch(function (e)\n\t{\n//\t\tconsole.error(e.message);\n\t\tconsole.error(e);\n\t})\n;\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbluelovers%2Fnode-travis-ci-encrypt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbluelovers%2Fnode-travis-ci-encrypt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbluelovers%2Fnode-travis-ci-encrypt/lists"}