Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps - Status | Demo | Docs | Install
  1. Cloudron Forum
  2. App Packaging & Development
  3. Cloudron CLI - Updates

Cloudron CLI - Updates

Scheduled Pinned Locked Moved App Packaging & Development
24 Posts 1 Posters 2.7k Views 1 Watching
  • 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.
  • girishG Offline
    girishG Offline
    girish
    Staff
    wrote on last edited by
    #1

    You can use this thread to track updates to the Cloudron CLI tool.

    Please open issues in a separate topic instead of replying here.

    1 Reply Last reply
    0
    • girishG girish pinned this topic on
    • girishG Offline
      girishG Offline
      girish
      Staff
      wrote on last edited by
      #2

      [5.14.0]

      • Replace superagent module with own implementation.
      1 Reply Last reply
      0
      • girishG Offline
        girishG Offline
        girish
        Staff
        wrote on last edited by
        #3

        [5.14.1]

        • fix usage of request.attach
        1 Reply Last reply
        0
        • girishG Offline
          girishG Offline
          girish
          Staff
          wrote on last edited by
          #4

          [5.14.2]

          • superagent does not return stream anymore
          1 Reply Last reply
          0
          • girishG Offline
            girishG Offline
            girish
            Staff
            wrote on last edited by
            #5

            [5.14.3]

            • Handle case where info subcommand reveals no published versions
            • Add better error message if a URL with protocol was set as build repository
            1 Reply Last reply
            0
            • girishG Offline
              girishG Offline
              girish
              Staff
              wrote on last edited by girish
              #6

              [5.14.4]

              • fixes crash in safetydance when execSync returns null
              1 Reply Last reply
              0
              • girishG Offline
                girishG Offline
                girish
                Staff
                wrote on last edited by
                #7

                [5.14.5]

                • case insensitive compare
                1 Reply Last reply
                0
                • girishG Offline
                  girishG Offline
                  girish
                  Staff
                  wrote on last edited by
                  #8

                  [5.14.6]

                  • Fix typo in appstore notifications
                  1 Reply Last reply
                  0
                  • girishG Offline
                    girishG Offline
                    girish
                    Staff
                    wrote on last edited by
                    #9

                    [5.14.7]

                    • Update base image in template
                    1 Reply Last reply
                    0
                    • girishG Offline
                      girishG Offline
                      girish
                      Staff
                      wrote on last edited by
                      #10

                      [5.14.8]

                      • Always send a request body on POST
                      • Ensure we send an object on uninstall to enforce the expected content-type
                      1 Reply Last reply
                      0
                      • girishG Offline
                        girishG Offline
                        girish
                        Staff
                        wrote on last edited by
                        #11

                        [5.14.9]

                        • check image in docker registry instead of docker hub web page since docker hub is down
                        1 Reply Last reply
                        0
                        • girishG Offline
                          girishG Offline
                          girish
                          Staff
                          wrote on last edited by
                          #12

                          [5.14.10]

                          • Use custom namespace for our packages - @cloudron/manifest-format , @cloudron/superagent
                          • add install --memory-limit
                          1 Reply Last reply
                          0
                          • girishG Offline
                            girishG Offline
                            girish
                            Staff
                            wrote on last edited by
                            #13

                            [5.15.0]

                            • decrypt-dir: option to disable filename decryption
                            • Add --env to install
                            1 Reply Last reply
                            0
                            • girishG Offline
                              girishG Offline
                              girish
                              Staff
                              wrote on last edited by
                              #14

                              [5.16.0]

                              • build: output the selected Dockerfile name
                              1 Reply Last reply
                              0
                              • girishG Offline
                                girishG Offline
                                girish
                                Staff
                                wrote on last edited by
                                #15

                                [5.16.1]

                                • Do not check for updates on start up.
                                1 Reply Last reply
                                0
                                • girishG Offline
                                  girishG Offline
                                  girish
                                  Staff
                                  wrote on last edited by
                                  #16

                                  [6.0.0]

                                  • Various changes to accomodate Cloudron 9 release API changes
                                  • add --siteId to cloudron backup to specify site id explicitly
                                  1 Reply Last reply
                                  1
                                  • girishG Offline
                                    girishG Offline
                                    girish
                                    Staff
                                    wrote last edited by
                                    #17

                                    [7.0.0]

                                    • Port from CommonJS to ESM
                                    • Add initial OIDC login support
                                    • Add cloudron versions subcommand
                                    • versions: init with publisher info, add --version flag, add publishes by default
                                    • Add cloudron build info subcommand
                                    • Add cloudron build clear subcommand
                                    • Add cloudron build logout subcommand
                                    • Rework the build command
                                    • Support source tarball upload with install and update subcommands
                                    • Remove calling the /repair route in update subcommand
                                    • Use POST /api/v1/apps for installations
                                    • Remove unused superagent module
                                    • Do not print stack if app isn't found
                                    1 Reply Last reply
                                    0
                                    • girishG Offline
                                      girishG Offline
                                      girish
                                      Staff
                                      wrote last edited by
                                      #18

                                      [7.0.1]

                                      • Fix --no-wait flag
                                      1 Reply Last reply
                                      0
                                      • girishG Offline
                                        girishG Offline
                                        girish
                                        Staff
                                        wrote last edited by
                                        #19

                                        [7.0.2]

                                        • Rename --set-repository to --repository
                                        • Fix broken build command
                                        1 Reply Last reply
                                        0
                                        • girishG Offline
                                          girishG Offline
                                          girish
                                          Staff
                                          wrote last edited by
                                          #20

                                          [7.0.3]

                                          • Implement versionsUrl for testing
                                          • Fix app detection to be based on appId
                                          • Save appId on update
                                          1 Reply Last reply
                                          0

                                          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                          With your input, this post could be even better 💗

                                          Register Login
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • Bookmarks
                                          • Search