{"id":26896030,"url":"https://github.com/cheffromspace/sfdx-deploy","last_synced_at":"2025-04-01T02:59:27.633Z","repository":{"id":225939440,"uuid":"577952041","full_name":"Cheffromspace/sfdx-deploy","owner":"Cheffromspace","description":null,"archived":false,"fork":false,"pushed_at":"2022-12-20T14:49:26.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-29T08:07:38.408Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Cheffromspace.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2022-12-13T22:50:44.000Z","updated_at":"2022-12-19T18:43:18.000Z","dependencies_parsed_at":"2024-03-05T04:28:46.063Z","dependency_job_id":null,"html_url":"https://github.com/Cheffromspace/sfdx-deploy","commit_stats":null,"previous_names":["cheffromspace/sfdx-deploy"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cheffromspace%2Fsfdx-deploy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cheffromspace%2Fsfdx-deploy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cheffromspace%2Fsfdx-deploy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cheffromspace%2Fsfdx-deploy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Cheffromspace","download_url":"https://codeload.github.com/Cheffromspace/sfdx-deploy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246574845,"owners_count":20799221,"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":"2025-04-01T02:59:27.067Z","updated_at":"2025-04-01T02:59:27.625Z","avatar_url":"https://github.com/Cheffromspace.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SFDX Deploy for NeoVim\nThis script allows you to deploy the current file in NeoVim using the Salesforce DX command line interface (CLI).\n\nInstallation\nInstall the Salesforce DX CLI and make sure it is available on your system's PATH.\nSave the sfdx_deploy.lua script to your NeoVim configuration directory (e.g. ~/.config/nvim/ on Linux or %LOCALAPPDATA%\\nvim\\ on Windows).\nUsage\nTo deploy the current file using the SFDX CLI, open the file in NeoVim and run the following command:\n\n```:lua require(\"sfdx_deploy\").deploy_current_file()```\n\nAlternatively, you can create a command by adding the following line to your .vimrc file:\n\n```command! -nargs=0 SfdxDeploy lua require(\"sfdx_deploy\").deploy_current_file()```\n\nor in init.lua:\n\n```vim.cmd(\"command! -nargs=0 SfdxDeploy lua require('sfdx_deploy').deploy_current_file()\")```\n\nThis will allow you to deploy the current file by running the :SfdxDeploy command in NeoVim.\n\nAny deployment errors will be added to a quickfix list in NeoVim, allowing you to easily view and navigate the errors.\n\nLicense\nThis script is licensed under the MIT License. See LICENSE for more information.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcheffromspace%2Fsfdx-deploy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcheffromspace%2Fsfdx-deploy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcheffromspace%2Fsfdx-deploy/lists"}