Can't find the command 'pixlet create'

I’m on Ubuntu and I’m trying to publish an app, but I can’t find the command ‘pixlet create’. When I run ‘pixlet help’ I get


pixlet help
Pixlet renders graphics for pixel devices, like Tidbyt

Usage:
  pixlet [command]

Available Commands:
  completion  Generate the autocompletion script for the specified shell
  devices     List devices in your Tidbyt account
  encrypt     Encrypt a secret for use in the Tidbyt community repo
  help        Help about any command
  login       Login to your Tidbyt account
  profile     Run a Pixlet script and print its execution-time profile
  push        Render a Pixlet script and push the WebP output to a Tidbyt
  render      Run a Pixlet script with provided config parameters
  serve       Serve a Pixlet app in a web server
  version     Show the version of Pixlet

Flags:
  -h, --help   help for pixlet

Maybe you have a very old version. What does pixlet version display ? Here is the output of help command from my version

tavis@M1Pro ~/> pixlet version                                                                                                                                             1
Pixlet version: v0.28.3
tavis@M1Pro ~/> pixlet --help
Pixlet renders graphics for pixel devices, like Tidbyt

Usage:
  pixlet [command]

Available Commands:
  bundle      Creates a new app bundle
  check       Checks if an app is ready to publish
  community   Utilities to manage the community repo
  completion  Generate the autocompletion script for the specified shell
  create      Creates a new app
  delete      Delete a pixlet script from a Tidbyt
  deploy      Deploys an app to production (internal only)
  devices     List devices in your Tidbyt account
  encrypt     Encrypt a secret for use in the Tidbyt community repo
  format      Formats Tidbyt apps
  help        Help about any command
  lint        Lints Tidbyt apps
  list        Lists all apps installed on a Tidbyt
  login       Login to your Tidbyt account
  profile     Run a Pixlet script and print its execution-time profile
  push        Render a Pixlet script and push the WebP output to a Tidbyt
  render      Run a Pixlet script with provided config parameters
  serve       Serve a Pixlet app in a web server
  set-auth    Sets a custom access token in the private pixlet config.
  upload      Uploads an app bundle to Tidbyt (internal only)
  version     Show the version of Pixlet

Flags:
  -h, --help   help for pixlet

Yeah, updating it worked. Thanks!