Skip to content

app

Usage:

callback [OPTIONS] COMMAND [ARGS]...

Options:

  --version             Show the Blitz version.
  --install-completion  Install completion for the current shell.
  --show-completion     Show completion for the current shell, to copy it or
                        customize the installation.

clone

Usage:

callback clone [OPTIONS] URL

Options:

  URL                   URL of the project  [required]
  --force / --no-force  Don't check the URL validity  [default: no-force]
  --name TEXT           Name of the project
  --format TEXT         Format of the project  [default: yaml]

create

Usage:

callback create [OPTIONS] [BLITZ_APP_NAME]

Options:

  [BLITZ_APP_NAME]    The name of the blitz app you want to create
  --demo / --no-demo  Create a demo blitz app  [default: no-demo]

list

Usage:

callback list [OPTIONS]

release

Usage:

callback release [OPTIONS] [BLITZ_APP_NAME]

Options:

  [BLITZ_APP_NAME]      Blitz app to release
  --force / --no-force  Force the release even if no changes are detected
                        [default: no-force]
  --patch / --no-patch  Release level patch  [default: no-patch]
  --minor / --no-minor  Release level minor  [default: no-minor]
  --major / --no-major  Release level major  [default: no-major]

start

Usage:

callback start [OPTIONS] [BLITZ_APP_NAME]

Options:

  [BLITZ_APP_NAME]                Blitz app name
  --admin / --no-admin            Don't create admin.  [default: admin]
  --port INTEGER                  Define the port of the server  [default:
                                  8100]
  --config-route / --no-config-route
                                  Enable the blitz config route.  [default:
                                  config-route]
  --hot-reload / --no-hot-reload  Enable the hot reload.  [default: hot-
                                  reload]
  --version TEXT                  Define the version of the app.
  --url TEXT                      URL of the project

swagger

Usage:

callback swagger [OPTIONS] [BLITZ_APP_NAME]

Options:

  [BLITZ_APP_NAME]      Blitz app name
  --resource-name TEXT  The resource name
  --version TEXT        Define the version of the app.