Navigation

    APPDRAG Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular

    REMINDER

    Please be respectful of all AppDragers! Keep it really civil so that we can make the AppDrag community of builders as embracing, positive and inspiring as possible.

    AppDrag CLI tool is now available!

    Announcements
    2
    3
    513
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Joseph Benguira
      Joseph Benguira last edited by

      Hey Community, we are happy to announce that our CLI tool is now available on NPM
      https://www.npmjs.com/package/appdrag

      deploy your full-stack apps to the cloud. Work with your local tools (VS Code, Atom, ...) and build process, then push your compiled code to your app in appdrag

      This tool is recommended for:

      • Develop locally with your usual tools (VS Code, Atom, ...) and build process (Webpack, ...)
      • Setup a CI/CD pipeline
      • Setup an external backup of your app
      • Export/Import full-stack projects
      1 Reply Last reply Reply Quote 2
      • Daniel Mulroy
        Daniel Mulroy last edited by

        @Joseph-Benguira this is amazing! Thank you!

        Can you share any tips for a workflow using VS Code and Webpack?

        Do you need to set up build scripts, etc. for VS Code to push the changed file to the server?

        Thanks in advance for any tips you can give me. I am not familiar with CI/CD workflows and I'm not sure where to start integrating this. There is a lot of information for git, but not for appdrag 🙂

        1 Reply Last reply Reply Quote 0
        • Joseph Benguira
          Joseph Benguira last edited by

          Hey Daniel,

          our VSCODE extension is finished! Please check here:
          https://github.com/AppDrag/appdrag-vscode-extension
          FYI it's not yet available on VSCODE marketplace (we need to submit it and wait for validation from MS) but you can still install it manually

          about your question for a workflow with VSCODE/WEBPACK:
          when you already have created/configured your webpack script you then usually to include it in your package.json > scripts > build
          then run it with "npm run build"
          you can add another script in package.json called "deploy" that will call appdrag-cli like this "appdrag push fs", this will push all the files from your local FS to appdrag

          so you can run:
          npm run build
          npm run deploy

          1 Reply Last reply Reply Quote 0
          • First post
            Last post