Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 601 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 601 Bytes

squidex-cli

Squidex CMS CLI automation tool squidex help link

using from GitLab CI

deploy_staging:
  stage: deploy
  image: kroniak/squidex-cli
  environment:
    name: staging
    url: https://sample-app.net
  script:
    - sq --help
  only:
    - dev

using from docker

docker run -it --rm kroniak/squidex-cli sq --help

supported tags and respective Dockerfile links