
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
DevEnd is a command-line interface (CLI) tool designed to manage Azure DevOps Service Endpoints. It allows for efficient deployment and configuration of service endpoints in Azure DevOps environments.
DevEnd supports a variety of endpoint types for Azure DevOps, offering flexible configurations to meet different needs:
DevEnd supports various credential sources, providing flexibility for different endpoint types:
KeyVault:
Environment Variable:
Workload Federation/OIDC (OpenID Connect):
Service Principal Key:
These credential sources enhance security and ease of configuration across various environments.
DevEnd is available as an npm package. You can run it directly using npx without needing to install it globally:
devend deploy [options]
-t, --azure-devops-token <token>: Set the Azure DevOps token. Alternatively, use DEVEND_AZDEV_TOKEN environment variable.
-l, --logging-level <level>: Set the logging level (info, verbose, debug). Can also be set with DEVEND_LOGGING_LEVEL.
-u, --azure-devops-url <url>: Set the Azure DevOps URL. Use DEVEND_AZDEV_URL as an alternative.
-p, --projects-configuration-path <path>: Specify the path to the projects configuration file. Can also be set with DEVEND_PROJECTS_CONFIGURATION_PATH. Defaults to ./projects.yml
-e, --endpoints-configuration-path <path>: Specify the path to the endpoints configuration file. Alternatively, use DEVEND_ENDPOINTS_CONFIGURATION_PATH. Defaults to /endpoints.yml
Refer to Runtime configuration guide for more details
Run the orchestrator using just the Azure DevOps URL and token:
npx devend deploy --azure-devops-url "https://dev.azure.com/your_organization" --azure-devops-token "your_token"
When using Azure KeyVaults, Service Principal Keys or configuring OIDC authentication, you will need to authenticate using az login before running DevEnd.
az login
npx devend deploy --azure-devops-url "https://dev.azure.com/your_organization" --azure-devops-token "your_token"
Please refer to the Endpoints configuration guide and Projects configuration guide for details on how to setup your configuration files.
Contributions to DevEnd are welcome. Please refer to the contributing guidelines for more information.
This project is licensed under the GNU General Public License version 3 (GPL-3.0). For more details, see the LICENSE file in the repository.
Sam Beardman
FAQs
A tool to manage Azure DevOps Service Endpoints
We found that devend demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.