Loading...
Loading...
Use when developing or validating Elastic integrations with elastic-package commands such as build, check, lint, format, test, stack, service, install, profiles, and benchmark.
npx skill4agent add elastic/integration-skills elastic-package-clielastic-packagePATH-C <package-dir>elastic-package format
elastic-package lint
elastic-package check
elastic-package buildcheckformat --fail-fastelastic-package stack up -d --services=elasticsearch
elastic-package test pipeline
elastic-package test pipeline --generateelastic-package stack up -d
elastic-package service up
elastic-package test system--data-streams <name># format package files
elastic-package format
# lint against package spec and templates
elastic-package lint
# combined validation workflow
elastic-package check
# build package artifact
elastic-package build
# start only Elasticsearch for pipeline tests
elastic-package stack up -d --services=elasticsearch
# run pipeline tests
elastic-package test pipeline
# regenerate expected pipeline outputs
elastic-package test pipeline --generate
# run end-to-end system tests
elastic-package test system-C, --change-directory-v, --verbose-d, --daemon-s, --services--version-p, --profile-d, --data-streams-g, --generate-m, --fail-on-missing--setup--tear-down--no-provision--variantformatlintcheckbuildstack upstack statusstack downtest pipelinetest systemtest statictest assettest policytest scriptcreateinstallstatusuninstallservice upprofilesbenchmarkreferences/troubleshooting.md