Update
This content is for v0.3. Switch to the latest version for up-to-date documentation.
This command will check if there is a newer version available, and if yes, will update to the latest version. Before updating, make sure to check the release notes for any breaking changes.
When running the webdev command, it will also check for newer versions and show if there is a newer version available.
Pre-Release Versions
Section titled “Pre-Release Versions”If you want to test versions that are not ready yet for productive usage, you can activate it with a settings in the .webdev.yml file. See reference
Troubleshooting
Section titled “Troubleshooting”WebDev says no update is available even though there is one
Section titled “WebDev says no update is available even though there is one”As mentioned above, the version cache will be valid for around 4 hours. So it can happen that there has just been a new version released but the tool is using it´s cache.
Simply remove the cache file and try again:
rm $HOME/webdev/releases.json
Update didn´t work
Section titled “Update didn´t work”If for some reasons the update didn´t work, you can still update it manually
Manually download the new version
Section titled “Manually download the new version”- Find the version you want to use from the Release page. Click on the assets link and copy the link to the file “webdev-tool.zip”
- Open your terminal and execute the command
wget <file-link>to download the release - Extract the archive with
unzip gitpod-tool.zip -d ~/webdev/and overwrite any existing file - Verify that it worked with executing
webdevin the terminal. It should show now the downloaded version.