Get Role
APPVEYOR_GET_ROLERetrieve detailed information about a specific role including its permissions and metadata. Use this to inspect what access level a role grants before assigning it to team members.
Appveyor
14 actions for Appveyor workflows.
Operations are the actions a workflow can take in Appveyor, grouped by category. Each lists its method, parameters, and a template you can drop it into.
Manage user permissions and team collaboration settings for your AppVeyor projects. Use these operations to view collaborators, retrieve user information, check role assignments, and handle invitation workflows when onboarding team members to your CI/CD pipeline.
Get Role
APPVEYOR_GET_ROLERetrieve detailed information about a specific role including its permissions and metadata. Use this to inspect what access level a role grants before assigning it to team members.
Get Roles
APPVEYOR_GET_ROLESRetrieve all available roles in your AppVeyor account to understand what permission levels exist before assigning team members to projects or resources.
Get User Invitations
APPVEYOR_GET_USER_INVITATIONSRetrieve all pending invitations sent to team members so you can track who you've invited and their status.
Get Users
APPVEYOR_GET_USERSRetrieve a complete list of all users in your AppVeyor account to manage team access and permissions.
List Collaborators
APPVEYOR_LIST_COLLABORATORSRetrieve all team members who have access to your AppVeyor account and projects. Use this to see who can manage your CI/CD pipelines and project builds.
Retrieve build artifacts, logs, and status information across your projects. These operations enable you to download build outputs, generate status badges for documentation, access historical build data, and manage build records as part of your automation workflows.
Download Build Log
APPVEYOR_DOWNLOAD_BUILD_LOGRetrieves the detailed build log output from a specific job, allowing you to review build results, errors, and diagnostic information without accessing the AppVeyor dashboard directly.
Get Build Artifacts
APPVEYOR_GET_BUILD_ARTIFACTSRetrieves the list of files and artifacts generated by a completed build job, allowing you to access build outputs like compiled binaries, installers, or test reports.
Get Build By Version
APPVEYOR_GET_BUILD_BY_VERSIONRetrieve detailed information about a specific project build by its version number, allowing you to quickly access build status, logs, and artifacts for any release.
Delete Build
APPVEYOR_DELETE_BUILDPermanently remove a build from AppVeyor when you no longer need the build record or want to clean up failed builds from your project history.
Get Project Branch Status Badge
APPVEYOR_GET_PROJECT_BRANCH_STATUS_BADGERetrieve a visual badge image that displays the current build status of a specific project branch, available in PNG or SVG format for embedding in documentation or repositories.
Get Project Status Badge
APPVEYOR_GET_PROJECT_STATUS_BADGERetrieves a visual status badge that displays your project's current build status, making it easy to share build health information with your team or publicly.
Get Public Project Status Badge
APPVEYOR_GET_PUBLIC_PROJECT_STATUS_BADGERetrieves a visual status badge that displays your project's latest build status, perfect for embedding in documentation or readme files to show real-time build health to collaborators and users.
Access and configure deployment environments for your AppVeyor projects. Use this to retrieve environment settings that determine where and how your builds are deployed.
Get Environments
APPVEYOR_GET_ENVIRONMENTSRetrieve a list of all deployment environments available in your AppVeyor account. Use this to see which deployment targets are configured before setting up new releases or deployments.
Retrieve a list of all your AppVeyor projects and their configuration details. This serves as the foundation for accessing project-specific information and managing your continuous integration setup.
Get Projects
APPVEYOR_GET_PROJECTSRetrieve all projects associated with your AppVeyor account to view your continuous integration and deployment pipelines in one place.
Drop a trigger and an action into a template; approve from your phone; the workflow runs.