Sign inSign up

kroniak/squidex-cli

By kroniak

•Updated about 3 years ago
Archived

Squidex CMS CLI automation tool

Image
0

892

kroniak/squidex-cli repository overview

⁠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

Tag summary

Content type

Image

Digest

sha256:88d6f01af…

Size

66.1 MB

Last updated

about 3 years ago

docker pull kroniak/squidex-cli