Skip to content

kroniak/squidex-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published