#compdef ordinary
autoload -U is-at-least
_ordinary() {
typeset -A opt_args
typeset -a _arguments_options
local ret=1
if is-at-least 5.2; then
_arguments_options=(-s -S -C)
else
_arguments_options=(-s -C)
fi
local context curcontext="$curcontext" state line
_arguments "${_arguments_options[@]}" : \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
":: :_ordinary_commands" \
"*::: :->ordinary" \
&& ret=0
case $state in
(ordinary)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-command-$line[1]:"
case $line[1] in
(new)
_arguments "${_arguments_options[@]}" : \
'--path=[project path]:PATH:_default' \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
':domain -- project domain:_default' \
&& ret=0
;;
(ssg)
_arguments "${_arguments_options[@]}" : \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
":: :_ordinary__subcmd__ssg_commands" \
"*::: :->ssg" \
&& ret=0
case $state in
(ssg)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-ssg-command-$line[1]:"
case $line[1] in
(init)
_arguments "${_arguments_options[@]}" : \
'*-c+[contacts for Let'\''s Encrypt (auto-TLS) \[source\](https\://docs.rs/rustls-acme/latest/rustls_acme/struct.AcmeConfig.html#method.contact_push)]:CONTACTS:_default' \
'*--contacts=[contacts for Let'\''s Encrypt (auto-TLS) \[source\](https\://docs.rs/rustls-acme/latest/rustls_acme/struct.AcmeConfig.html#method.contact_push)]:CONTACTS:_default' \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'-e[include generated 404.html as error page]' \
'--error-page[include generated 404.html as error page]' \
'-s[accommodate inline styles in the generated files]' \
'--inline-styles[accommodate inline styles in the generated files]' \
'-r[accommodate inline scripts in the generated files]' \
'--inline-scripts[accommodate inline scripts in the generated files]' \
'-m[accommodate inline images in the generated files]' \
'--inline-images[accommodate inline images in the generated files]' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
':domain -- project domain:_default' \
':dir_path -- assets `dir_path`:_default' \
&& ret=0
;;
(help)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__ssg__subcmd__help_commands" \
"*::: :->help" \
&& ret=0
case $state in
(help)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-ssg-help-command-$line[1]:"
case $line[1] in
(init)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(help)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
esac
;;
esac
;;
esac
;;
esac
;;
(build)
_arguments "${_arguments_options[@]}" : \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'-i[build project without checking the cache]' \
'--ignore-cache[build project without checking the cache]' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help (see more with '\''--help'\'')]' \
'--help[Print help (see more with '\''--help'\'')]' \
'-V[Print version]' \
'--version[Print version]' \
&& ret=0
;;
(start)
_arguments "${_arguments_options[@]}" : \
'--provision=[what mode TLS certs should be provisioned in]:PROVISION:(staging production localhost)' \
'--port=[specify HTTP(s) port for server]:PORT:_default' \
'--redirect-port=[specify HTTP port for server when running in secure mode]:REDIRECT_PORT:_default' \
'--log-ttl-hours=[max period of time logs are stored]:LOG_TTL_HOURS:_default' \
'--log-rotation-file-size=[max size (in bytes) per log file]:LOG_ROTATION_FILE_SIZE:_default' \
'--log-rotation-mins=[max amount of time a log file is appended to before being compressed and stored]:LOG_ROTATION_MINS:_default' \
'--redacted-header-hash=["none" | "blake2" | "blake3"]:REDACTED_HEADER_HASH:_default' \
'--data-dir=[specify the data directory]:DATA_DIR:_default' \
'--stdio-logs-fmt=[how to format stdio logs]:STDIO_LOGS_FMT:(concise pretty json)' \
'--log-level=[base log level for every component]:LOG_LEVEL:(error warn info debug trace)' \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[run without HTTPS]' \
'--insecure-cookies[run with insecure cookies]' \
'--log-headers[whether HTTP request and response headers are logged]' \
'--log-ips[whether IP Addresses are logged with HTTP requests]' \
'--stored-logs[persists JSON formatted log lines to <data-dir>/logs/<domain>/]' \
'--stdio-logs[logs events to stdio]' \
'--journald-logs[logs events to \`journald\` (only works on Linux distros that use \`systemd\`)]' \
'--log-sizes[whether storage and certain payload sizes are logged]' \
'--stdio-logs-timing[whether span timing is logged]' \
'-d[disables these defaults set for development\: \`--stdio-logs\` \`--stdio-logs-fmt concise\` \`--insecure\` \`--insecure-cookies\`]' \
'--disable-defaults[disables these defaults set for development\: \`--stdio-logs\` \`--stdio-logs-fmt concise\` \`--insecure\` \`--insecure-cookies\`]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
&& ret=0
;;
(publish)
_arguments "${_arguments_options[@]}" : \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
&& ret=0
;;
(templates)
_arguments "${_arguments_options[@]}" : \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
":: :_ordinary__subcmd__templates_commands" \
"*::: :->templates" \
&& ret=0
case $state in
(templates)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-templates-command-$line[1]:"
case $line[1] in
(add)
_arguments "${_arguments_options[@]}" : \
'-e+[whether the template is an error template]:ERROR:(true false)' \
'--error=[whether the template is an error template]:ERROR:(true false)' \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
':name -- template name:_default' \
':route -- HTTP route (must start with leading "/"):_default' \
':mime -- MIME type for template output\: \[reference\](https\://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/MIME_types/Common_types):_default' \
&& ret=0
;;
(upload)
_arguments "${_arguments_options[@]}" : \
'-n+[name of a specific template to upload (optional). will upload all when the \`--name\` flag is not passed]:NAME:_default' \
'--name=[name of a specific template to upload (optional). will upload all when the \`--name\` flag is not passed]:NAME:_default' \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
&& ret=0
;;
(help)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__templates__subcmd__help_commands" \
"*::: :->help" \
&& ret=0
case $state in
(help)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-templates-help-command-$line[1]:"
case $line[1] in
(add)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(upload)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(help)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
esac
;;
esac
;;
esac
;;
esac
;;
(content)
_arguments "${_arguments_options[@]}" : \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
":: :_ordinary__subcmd__content_commands" \
"*::: :->content" \
&& ret=0
case $state in
(content)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-content-command-$line[1]:"
case $line[1] in
(definition)
_arguments "${_arguments_options[@]}" : \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
":: :_ordinary__subcmd__content__subcmd__definition_commands" \
"*::: :->definition" \
&& ret=0
case $state in
(definition)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-content-definition-command-$line[1]:"
case $line[1] in
(add)
_arguments "${_arguments_options[@]}" : \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help (see more with '\''--help'\'')]' \
'--help[Print help (see more with '\''--help'\'')]' \
'-V[Print version]' \
'--version[Print version]' \
':name -- content definition / instance name:_default' \
':fields -- JSON formatted list of fields:_default' \
&& ret=0
;;
(edit)
_arguments "${_arguments_options[@]}" : \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help (see more with '\''--help'\'')]' \
'--help[Print help (see more with '\''--help'\'')]' \
'-V[Print version]' \
'--version[Print version]' \
':idx -- numerical identifier / index for the content definition:_default' \
':name -- content definition / instance name:_default' \
':fields -- JSON formatted list of fields:_default' \
&& ret=0
;;
(help)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__content__subcmd__definition__subcmd__help_commands" \
"*::: :->help" \
&& ret=0
case $state in
(help)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-content-definition-help-command-$line[1]:"
case $line[1] in
(add)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(edit)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(help)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
esac
;;
esac
;;
esac
;;
esac
;;
(object)
_arguments "${_arguments_options[@]}" : \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
":: :_ordinary__subcmd__content__subcmd__object_commands" \
"*::: :->object" \
&& ret=0
case $state in
(object)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-content-object-command-$line[1]:"
case $line[1] in
(add)
_arguments "${_arguments_options[@]}" : \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
':json -- json value of content object:_default' \
&& ret=0
;;
(edit)
_arguments "${_arguments_options[@]}" : \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
':json -- json value of content object:_default' \
&& ret=0
;;
(delete)
_arguments "${_arguments_options[@]}" : \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
':instance_of -- instance name that matches the content definition:_default' \
':uuid -- unique identifier for the object to be deleted:_default' \
&& ret=0
;;
(help)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__content__subcmd__object__subcmd__help_commands" \
"*::: :->help" \
&& ret=0
case $state in
(help)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-content-object-help-command-$line[1]:"
case $line[1] in
(add)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(edit)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(delete)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(help)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
esac
;;
esac
;;
esac
;;
esac
;;
(update)
_arguments "${_arguments_options[@]}" : \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
&& ret=0
;;
(help)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__content__subcmd__help_commands" \
"*::: :->help" \
&& ret=0
case $state in
(help)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-content-help-command-$line[1]:"
case $line[1] in
(definition)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__content__subcmd__help__subcmd__definition_commands" \
"*::: :->definition" \
&& ret=0
case $state in
(definition)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-content-help-definition-command-$line[1]:"
case $line[1] in
(add)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(edit)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
esac
;;
esac
;;
(object)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__content__subcmd__help__subcmd__object_commands" \
"*::: :->object" \
&& ret=0
case $state in
(object)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-content-help-object-command-$line[1]:"
case $line[1] in
(add)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(edit)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(delete)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
esac
;;
esac
;;
(update)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(help)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
esac
;;
esac
;;
esac
;;
esac
;;
(assets)
_arguments "${_arguments_options[@]}" : \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
":: :_ordinary__subcmd__assets_commands" \
"*::: :->assets" \
&& ret=0
case $state in
(assets)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-assets-command-$line[1]:"
case $line[1] in
(write)
_arguments "${_arguments_options[@]}" : \
'-n+[name of a specific asset to write (optional). will write all when the \`--name\` flag is not passed]:NAME:_default' \
'--name=[name of a specific asset to write (optional). will write all when the \`--name\` flag is not passed]:NAME:_default' \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
&& ret=0
;;
(help)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__assets__subcmd__help_commands" \
"*::: :->help" \
&& ret=0
case $state in
(help)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-assets-help-command-$line[1]:"
case $line[1] in
(write)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(help)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
esac
;;
esac
;;
esac
;;
esac
;;
(models)
_arguments "${_arguments_options[@]}" : \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
":: :_ordinary__subcmd__models_commands" \
"*::: :->models" \
&& ret=0
case $state in
(models)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-models-command-$line[1]:"
case $line[1] in
(add)
_arguments "${_arguments_options[@]}" : \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
':name -- name of the model:_default' \
'::uuid_version -- UUID version:(v4 v7)' \
&& ret=0
;;
(items)
_arguments "${_arguments_options[@]}" : \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
":: :_ordinary__subcmd__models__subcmd__items_commands" \
"*::: :->items" \
&& ret=0
case $state in
(items)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-models-items-command-$line[1]:"
case $line[1] in
(list)
_arguments "${_arguments_options[@]}" : \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--json[for applications that need to consume stdio or pipe to \`jq\`]' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
':name -- name of the model:_default' \
&& ret=0
;;
(help)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__models__subcmd__items__subcmd__help_commands" \
"*::: :->help" \
&& ret=0
case $state in
(help)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-models-items-help-command-$line[1]:"
case $line[1] in
(list)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(help)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
esac
;;
esac
;;
esac
;;
esac
;;
(help)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__models__subcmd__help_commands" \
"*::: :->help" \
&& ret=0
case $state in
(help)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-models-help-command-$line[1]:"
case $line[1] in
(add)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(items)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__models__subcmd__help__subcmd__items_commands" \
"*::: :->items" \
&& ret=0
case $state in
(items)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-models-help-items-command-$line[1]:"
case $line[1] in
(list)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
esac
;;
esac
;;
(help)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
esac
;;
esac
;;
esac
;;
esac
;;
(actions)
_arguments "${_arguments_options[@]}" : \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
":: :_ordinary__subcmd__actions_commands" \
"*::: :->actions" \
&& ret=0
case $state in
(actions)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-actions-command-$line[1]:"
case $line[1] in
(add)
_arguments "${_arguments_options[@]}" : \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
':name -- action name:_default' \
':lang -- language the action runs:_default' \
'::transactional -- whether the action is transactional:(true false)' \
&& ret=0
;;
(install)
_arguments "${_arguments_options[@]}" : \
'-n+[name of a specific action to install (optional). will install all when the \`--name\` flag is not passed]:NAME:_default' \
'--name=[name of a specific action to install (optional). will install all when the \`--name\` flag is not passed]:NAME:_default' \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
&& ret=0
;;
(help)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__actions__subcmd__help_commands" \
"*::: :->help" \
&& ret=0
case $state in
(help)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-actions-help-command-$line[1]:"
case $line[1] in
(add)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(install)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(help)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
esac
;;
esac
;;
esac
;;
esac
;;
(integrations)
_arguments "${_arguments_options[@]}" : \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
":: :_ordinary__subcmd__integrations_commands" \
"*::: :->integrations" \
&& ret=0
case $state in
(integrations)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-integrations-command-$line[1]:"
case $line[1] in
(add)
_arguments "${_arguments_options[@]}" : \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
':name -- name of the integration:_default' \
':endpoint -- url endpoint for integration:_default' \
':protocol -- protocol for the integration:(JSON)' \
&& ret=0
;;
(help)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__integrations__subcmd__help_commands" \
"*::: :->help" \
&& ret=0
case $state in
(help)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-integrations-help-command-$line[1]:"
case $line[1] in
(add)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(help)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
esac
;;
esac
;;
esac
;;
esac
;;
(accounts)
_arguments "${_arguments_options[@]}" : \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
":: :_ordinary__subcmd__accounts_commands" \
"*::: :->accounts" \
&& ret=0
case $state in
(accounts)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-accounts-command-$line[1]:"
case $line[1] in
(register)
_arguments "${_arguments_options[@]}" : \
'--password=[password for your new account]:PASSWORD:_default' \
'--invite=[base64 encoded invite token]:INVITE:_default' \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
':host -- url where `orindaryd` is running:_default' \
':account -- name of your account with the host:_default' \
&& ret=0
;;
(login)
_arguments "${_arguments_options[@]}" : \
'--password=[password for your existing account]:PASSWORD:_default' \
'--mfa=[6 digit TOTP MFA code]:MFA:_default' \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
':host -- url where `orindaryd` is running:_default' \
':account -- name of your account with the host:_default' \
&& ret=0
;;
(logout)
_arguments "${_arguments_options[@]}" : \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
&& ret=0
;;
(access)
_arguments "${_arguments_options[@]}" : \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
":: :_ordinary__subcmd__accounts__subcmd__access_commands" \
"*::: :->access" \
&& ret=0
case $state in
(access)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-accounts-access-command-$line[1]:"
case $line[1] in
(get)
_arguments "${_arguments_options[@]}" : \
'-m+[how long the client signature is valid for]:MIN:_default' \
'--min=[how long the client signature is valid for]:MIN:_default' \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
&& ret=0
;;
(help)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__accounts__subcmd__access__subcmd__help_commands" \
"*::: :->help" \
&& ret=0
case $state in
(help)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-accounts-access-help-command-$line[1]:"
case $line[1] in
(get)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(help)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
esac
;;
esac
;;
esac
;;
esac
;;
(password)
_arguments "${_arguments_options[@]}" : \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
":: :_ordinary__subcmd__accounts__subcmd__password_commands" \
"*::: :->password" \
&& ret=0
case $state in
(password)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-accounts-password-command-$line[1]:"
case $line[1] in
(reset)
_arguments "${_arguments_options[@]}" : \
'--password=[existing password]:PASSWORD:_default' \
'--new-password=[new password to be set]:NEW_PASSWORD:_default' \
'--mfa=[6 digit TOTP MFA code]:MFA:_default' \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
&& ret=0
;;
(forgot)
_arguments "${_arguments_options[@]}" : \
'--new-password=[new password to be set]:NEW_PASSWORD:_default' \
'--recovery-code=[11 character recovery code]:RECOVERY_CODE:_default' \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
&& ret=0
;;
(help)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__accounts__subcmd__password__subcmd__help_commands" \
"*::: :->help" \
&& ret=0
case $state in
(help)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-accounts-password-help-command-$line[1]:"
case $line[1] in
(reset)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(forgot)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(help)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
esac
;;
esac
;;
esac
;;
esac
;;
(mfa)
_arguments "${_arguments_options[@]}" : \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
":: :_ordinary__subcmd__accounts__subcmd__mfa_commands" \
"*::: :->mfa" \
&& ret=0
case $state in
(mfa)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-accounts-mfa-command-$line[1]:"
case $line[1] in
(reset)
_arguments "${_arguments_options[@]}" : \
'--password=[account password]:PASSWORD:_default' \
'--mfa=[6 digit TOTP MFA code]:MFA:_default' \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
&& ret=0
;;
(lost)
_arguments "${_arguments_options[@]}" : \
'--password=[account password]:PASSWORD:_default' \
'--recovery-code=[11 character recovery code]:RECOVERY_CODE:_default' \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
&& ret=0
;;
(help)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__accounts__subcmd__mfa__subcmd__help_commands" \
"*::: :->help" \
&& ret=0
case $state in
(help)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-accounts-mfa-help-command-$line[1]:"
case $line[1] in
(reset)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(lost)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(help)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
esac
;;
esac
;;
esac
;;
esac
;;
(recovery-codes)
_arguments "${_arguments_options[@]}" : \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
":: :_ordinary__subcmd__accounts__subcmd__recovery-codes_commands" \
"*::: :->recovery-codes" \
&& ret=0
case $state in
(recovery-codes)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-accounts-recovery-codes-command-$line[1]:"
case $line[1] in
(reset)
_arguments "${_arguments_options[@]}" : \
'--password=[account password]:PASSWORD:_default' \
'--mfa=[6 digit TOTP MFA code]:MFA:_default' \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
&& ret=0
;;
(help)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__accounts__subcmd__recovery-codes__subcmd__help_commands" \
"*::: :->help" \
&& ret=0
case $state in
(help)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-accounts-recovery-codes-help-command-$line[1]:"
case $line[1] in
(reset)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(help)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
esac
;;
esac
;;
esac
;;
esac
;;
(delete)
_arguments "${_arguments_options[@]}" : \
'--password=[password for your existing account]:PASSWORD:_default' \
'--mfa=[6 digit TOTP MFA code]:MFA:_default' \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
':host -- url where `orindaryd` is running:_default' \
':account -- name of your account with the host:_default' \
&& ret=0
;;
(invite)
_arguments "${_arguments_options[@]}" : \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
':account -- name of the account to be invited & registered:_default' \
':domain -- domain for the invited application:_default' \
'*::permissions -- which permissions to include in their set:(admin read write update upload install deploy bridge kill erase)' \
&& ret=0
;;
(current)
_arguments "${_arguments_options[@]}" : \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help (see more with '\''--help'\'')]' \
'--help[Print help (see more with '\''--help'\'')]' \
'-V[Print version]' \
'--version[Print version]' \
&& ret=0
;;
(list)
_arguments "${_arguments_options[@]}" : \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
&& ret=0
;;
(switch)
_arguments "${_arguments_options[@]}" : \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
':domain -- API domain where `orindaryd` is running:_default' \
':account -- name of the account you'\''d like to switch to:_default' \
&& ret=0
;;
(help)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__accounts__subcmd__help_commands" \
"*::: :->help" \
&& ret=0
case $state in
(help)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-accounts-help-command-$line[1]:"
case $line[1] in
(register)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(login)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(logout)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(access)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__accounts__subcmd__help__subcmd__access_commands" \
"*::: :->access" \
&& ret=0
case $state in
(access)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-accounts-help-access-command-$line[1]:"
case $line[1] in
(get)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
esac
;;
esac
;;
(password)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__accounts__subcmd__help__subcmd__password_commands" \
"*::: :->password" \
&& ret=0
case $state in
(password)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-accounts-help-password-command-$line[1]:"
case $line[1] in
(reset)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(forgot)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
esac
;;
esac
;;
(mfa)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__accounts__subcmd__help__subcmd__mfa_commands" \
"*::: :->mfa" \
&& ret=0
case $state in
(mfa)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-accounts-help-mfa-command-$line[1]:"
case $line[1] in
(reset)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(lost)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
esac
;;
esac
;;
(recovery-codes)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__accounts__subcmd__help__subcmd__recovery-codes_commands" \
"*::: :->recovery-codes" \
&& ret=0
case $state in
(recovery-codes)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-accounts-help-recovery-codes-command-$line[1]:"
case $line[1] in
(reset)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
esac
;;
esac
;;
(delete)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(invite)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(current)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(list)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(switch)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(help)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
esac
;;
esac
;;
esac
;;
esac
;;
(app)
_arguments "${_arguments_options[@]}" : \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
":: :_ordinary__subcmd__app_commands" \
"*::: :->app" \
&& ret=0
case $state in
(app)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-app-command-$line[1]:"
case $line[1] in
(deploy)
_arguments "${_arguments_options[@]}" : \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
&& ret=0
;;
(migrate)
_arguments "${_arguments_options[@]}" : \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help (see more with '\''--help'\'')]' \
'--help[Print help (see more with '\''--help'\'')]' \
'-V[Print version]' \
'--version[Print version]' \
&& ret=0
;;
(kill)
_arguments "${_arguments_options[@]}" : \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
&& ret=0
;;
(restart)
_arguments "${_arguments_options[@]}" : \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
&& ret=0
;;
(erase)
_arguments "${_arguments_options[@]}" : \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
&& ret=0
;;
(download)
_arguments "${_arguments_options[@]}" : \
'-u+[url override. will use project domain by default]:URL:_default' \
'--url=[url override. will use project domain by default]:URL:_default' \
'-o+[where to store downloaded files]:OUT:_default' \
'--out=[where to store downloaded files]:OUT:_default' \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
&& ret=0
;;
(logs)
_arguments "${_arguments_options[@]}" : \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
":: :_ordinary__subcmd__app__subcmd__logs_commands" \
"*::: :->logs" \
&& ret=0
case $state in
(logs)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-app-logs-command-$line[1]:"
case $line[1] in
(sync)
_arguments "${_arguments_options[@]}" : \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
":: :_ordinary__subcmd__app__subcmd__logs__subcmd__sync_commands" \
"*::: :->sync" \
&& ret=0
case $state in
(sync)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-app-logs-sync-command-$line[1]:"
case $line[1] in
(info)
_arguments "${_arguments_options[@]}" : \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help (see more with '\''--help'\'')]' \
'--help[Print help (see more with '\''--help'\'')]' \
'-V[Print version]' \
'--version[Print version]' \
&& ret=0
;;
(file)
_arguments "${_arguments_options[@]}" : \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
':name -- file name:_default' \
&& ret=0
;;
(all)
_arguments "${_arguments_options[@]}" : \
'-f+[download all files from the server, overwriting everything you have locally]:FORCE:(true false)' \
'--force=[download all files from the server, overwriting everything you have locally]:FORCE:(true false)' \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help (see more with '\''--help'\'')]' \
'--help[Print help (see more with '\''--help'\'')]' \
'-V[Print version]' \
'--version[Print version]' \
&& ret=0
;;
(help)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__app__subcmd__logs__subcmd__sync__subcmd__help_commands" \
"*::: :->help" \
&& ret=0
case $state in
(help)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-app-logs-sync-help-command-$line[1]:"
case $line[1] in
(info)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(file)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(all)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(help)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
esac
;;
esac
;;
esac
;;
esac
;;
(search)
_arguments "${_arguments_options[@]}" : \
'--limit=[limit (when using '\''top'\'' format)]:LIMIT:_default' \
'-s+[whether to sync from remote]:SYNC:(true false)' \
'--sync=[whether to sync from remote]:SYNC:(true false)' \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
':format -- format:(all top count)' \
':query -- \[reference\](https\://quickwit.io/docs/reference/query-language):_default' \
&& ret=0
;;
(help)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__app__subcmd__logs__subcmd__help_commands" \
"*::: :->help" \
&& ret=0
case $state in
(help)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-app-logs-help-command-$line[1]:"
case $line[1] in
(sync)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__app__subcmd__logs__subcmd__help__subcmd__sync_commands" \
"*::: :->sync" \
&& ret=0
case $state in
(sync)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-app-logs-help-sync-command-$line[1]:"
case $line[1] in
(info)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(file)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(all)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
esac
;;
esac
;;
(search)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(help)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
esac
;;
esac
;;
esac
;;
esac
;;
(accounts)
_arguments "${_arguments_options[@]}" : \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
":: :_ordinary__subcmd__app__subcmd__accounts_commands" \
"*::: :->accounts" \
&& ret=0
case $state in
(accounts)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-app-accounts-command-$line[1]:"
case $line[1] in
(list)
_arguments "${_arguments_options[@]}" : \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
&& ret=0
;;
(help)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__app__subcmd__accounts__subcmd__help_commands" \
"*::: :->help" \
&& ret=0
case $state in
(help)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-app-accounts-help-command-$line[1]:"
case $line[1] in
(list)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(help)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
esac
;;
esac
;;
esac
;;
esac
;;
(routes)
_arguments "${_arguments_options[@]}" : \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
&& ret=0
;;
(help)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__app__subcmd__help_commands" \
"*::: :->help" \
&& ret=0
case $state in
(help)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-app-help-command-$line[1]:"
case $line[1] in
(deploy)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(migrate)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(kill)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(restart)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(erase)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(download)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(logs)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__app__subcmd__help__subcmd__logs_commands" \
"*::: :->logs" \
&& ret=0
case $state in
(logs)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-app-help-logs-command-$line[1]:"
case $line[1] in
(sync)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__app__subcmd__help__subcmd__logs__subcmd__sync_commands" \
"*::: :->sync" \
&& ret=0
case $state in
(sync)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-app-help-logs-sync-command-$line[1]:"
case $line[1] in
(info)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(file)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(all)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
esac
;;
esac
;;
(search)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
esac
;;
esac
;;
(accounts)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__app__subcmd__help__subcmd__accounts_commands" \
"*::: :->accounts" \
&& ret=0
case $state in
(accounts)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-app-help-accounts-command-$line[1]:"
case $line[1] in
(list)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
esac
;;
esac
;;
(routes)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(help)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
esac
;;
esac
;;
esac
;;
esac
;;
(secrets)
_arguments "${_arguments_options[@]}" : \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
":: :_ordinary__subcmd__secrets_commands" \
"*::: :->secrets" \
&& ret=0
case $state in
(secrets)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-secrets-command-$line[1]:"
case $line[1] in
(store)
_arguments "${_arguments_options[@]}" : \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help (see more with '\''--help'\'')]' \
'--help[Print help (see more with '\''--help'\'')]' \
'-V[Print version]' \
'--version[Print version]' \
':name -- secret name:_default' \
':secret -- secret value:_default' \
&& ret=0
;;
(help)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__secrets__subcmd__help_commands" \
"*::: :->help" \
&& ret=0
case $state in
(help)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-secrets-help-command-$line[1]:"
case $line[1] in
(store)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(help)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
esac
;;
esac
;;
esac
;;
esac
;;
(root)
_arguments "${_arguments_options[@]}" : \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
":: :_ordinary__subcmd__root_commands" \
"*::: :->root" \
&& ret=0
case $state in
(root)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-root-command-$line[1]:"
case $line[1] in
(info)
_arguments "${_arguments_options[@]}" : \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
&& ret=0
;;
(logs)
_arguments "${_arguments_options[@]}" : \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
":: :_ordinary__subcmd__root__subcmd__logs_commands" \
"*::: :->logs" \
&& ret=0
case $state in
(logs)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-root-logs-command-$line[1]:"
case $line[1] in
(sync)
_arguments "${_arguments_options[@]}" : \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
":: :_ordinary__subcmd__root__subcmd__logs__subcmd__sync_commands" \
"*::: :->sync" \
&& ret=0
case $state in
(sync)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-root-logs-sync-command-$line[1]:"
case $line[1] in
(info)
_arguments "${_arguments_options[@]}" : \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help (see more with '\''--help'\'')]' \
'--help[Print help (see more with '\''--help'\'')]' \
'-V[Print version]' \
'--version[Print version]' \
&& ret=0
;;
(file)
_arguments "${_arguments_options[@]}" : \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
':name -- file name:_default' \
&& ret=0
;;
(all)
_arguments "${_arguments_options[@]}" : \
'-f+[download all files from the server, overwriting everything you have locally]:FORCE:(true false)' \
'--force=[download all files from the server, overwriting everything you have locally]:FORCE:(true false)' \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help (see more with '\''--help'\'')]' \
'--help[Print help (see more with '\''--help'\'')]' \
'-V[Print version]' \
'--version[Print version]' \
&& ret=0
;;
(help)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__root__subcmd__logs__subcmd__sync__subcmd__help_commands" \
"*::: :->help" \
&& ret=0
case $state in
(help)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-root-logs-sync-help-command-$line[1]:"
case $line[1] in
(info)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(file)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(all)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(help)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
esac
;;
esac
;;
esac
;;
esac
;;
(search)
_arguments "${_arguments_options[@]}" : \
'--limit=[limit (when using '\''top'\'' format)]:LIMIT:_default' \
'-s+[whether to sync from remote]:SYNC:(true false)' \
'--sync=[whether to sync from remote]:SYNC:(true false)' \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
':format -- format:(all top count)' \
':query -- \[reference\](https\://quickwit.io/docs/reference/query-language):_default' \
&& ret=0
;;
(help)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__root__subcmd__logs__subcmd__help_commands" \
"*::: :->help" \
&& ret=0
case $state in
(help)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-root-logs-help-command-$line[1]:"
case $line[1] in
(sync)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__root__subcmd__logs__subcmd__help__subcmd__sync_commands" \
"*::: :->sync" \
&& ret=0
case $state in
(sync)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-root-logs-help-sync-command-$line[1]:"
case $line[1] in
(info)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(file)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(all)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
esac
;;
esac
;;
(search)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(help)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
esac
;;
esac
;;
esac
;;
esac
;;
(lock)
_arguments "${_arguments_options[@]}" : \
'-a+[account to be locked]:ACCOUNT:_default' \
'--account=[account to be locked]:ACCOUNT:_default' \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
&& ret=0
;;
(unlock)
_arguments "${_arguments_options[@]}" : \
'-a+[account to be unlocked]:ACCOUNT:_default' \
'--account=[account to be unlocked]:ACCOUNT:_default' \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
&& ret=0
;;
(help)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__root__subcmd__help_commands" \
"*::: :->help" \
&& ret=0
case $state in
(help)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-root-help-command-$line[1]:"
case $line[1] in
(info)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(logs)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__root__subcmd__help__subcmd__logs_commands" \
"*::: :->logs" \
&& ret=0
case $state in
(logs)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-root-help-logs-command-$line[1]:"
case $line[1] in
(sync)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__root__subcmd__help__subcmd__logs__subcmd__sync_commands" \
"*::: :->sync" \
&& ret=0
case $state in
(sync)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-root-help-logs-sync-command-$line[1]:"
case $line[1] in
(info)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(file)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(all)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
esac
;;
esac
;;
(search)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
esac
;;
esac
;;
(lock)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(unlock)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(help)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
esac
;;
esac
;;
esac
;;
esac
;;
(doctor)
_arguments "${_arguments_options[@]}" : \
'*-f+[auto fix installs]:FIX:(all rust wasm wasm-opt exiftool)' \
'*--fix=[auto fix installs]:FIX:(all rust wasm wasm-opt exiftool)' \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
&& ret=0
;;
(utils)
_arguments "${_arguments_options[@]}" : \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
":: :_ordinary__subcmd__utils_commands" \
"*::: :->utils" \
&& ret=0
case $state in
(utils)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-utils-command-$line[1]:"
case $line[1] in
(uuid)
_arguments "${_arguments_options[@]}" : \
'--v=[uuid version]:V:(4)' \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
&& ret=0
;;
(timestamp)
_arguments "${_arguments_options[@]}" : \
'-u+[unit of time]:UNIT:(seconds millis micros nanos)' \
'--unit=[unit of time]:UNIT:(seconds millis micros nanos)' \
'-f+[formatting (uses \`time\` crate <https\://time-rs.github.io/book/api/format-description.html>)]:FMT:_default' \
'--fmt=[formatting (uses \`time\` crate <https\://time-rs.github.io/book/api/format-description.html>)]:FMT:_default' \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help (see more with '\''--help'\'')]' \
'--help[Print help (see more with '\''--help'\'')]' \
'-V[Print version]' \
'--version[Print version]' \
&& ret=0
;;
(html)
_arguments "${_arguments_options[@]}" : \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
":: :_ordinary__subcmd__utils__subcmd__html_commands" \
"*::: :->html" \
&& ret=0
case $state in
(html)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-utils-html-command-$line[1]:"
case $line[1] in
(minify)
_arguments "${_arguments_options[@]}" : \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'-i[whether it should overwrite the existing file]' \
'--in-place[whether it should overwrite the existing file]' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
':path -- path to the HTML file:_files' \
&& ret=0
;;
(help)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__utils__subcmd__html__subcmd__help_commands" \
"*::: :->help" \
&& ret=0
case $state in
(help)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-utils-html-help-command-$line[1]:"
case $line[1] in
(minify)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(help)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
esac
;;
esac
;;
esac
;;
esac
;;
(css)
_arguments "${_arguments_options[@]}" : \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
":: :_ordinary__subcmd__utils__subcmd__css_commands" \
"*::: :->css" \
&& ret=0
case $state in
(css)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-utils-css-command-$line[1]:"
case $line[1] in
(minify)
_arguments "${_arguments_options[@]}" : \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'-i[whether it should overwrite the existing file]' \
'--in-place[whether it should overwrite the existing file]' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
':path -- path to the CSS file:_files' \
&& ret=0
;;
(help)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__utils__subcmd__css__subcmd__help_commands" \
"*::: :->help" \
&& ret=0
case $state in
(help)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-utils-css-help-command-$line[1]:"
case $line[1] in
(minify)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(help)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
esac
;;
esac
;;
esac
;;
esac
;;
(js)
_arguments "${_arguments_options[@]}" : \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
":: :_ordinary__subcmd__utils__subcmd__js_commands" \
"*::: :->js" \
&& ret=0
case $state in
(js)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-utils-js-command-$line[1]:"
case $line[1] in
(minify)
_arguments "${_arguments_options[@]}" : \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'-i[whether it should overwrite the existing file]' \
'--in-place[whether it should overwrite the existing file]' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
':path -- path to the JavaScript file:_files' \
&& ret=0
;;
(help)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__utils__subcmd__js__subcmd__help_commands" \
"*::: :->help" \
&& ret=0
case $state in
(help)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-utils-js-help-command-$line[1]:"
case $line[1] in
(minify)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(help)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
esac
;;
esac
;;
esac
;;
esac
;;
(markdown)
_arguments "${_arguments_options[@]}" : \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
":: :_ordinary__subcmd__utils__subcmd__markdown_commands" \
"*::: :->markdown" \
&& ret=0
case $state in
(markdown)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-utils-markdown-command-$line[1]:"
case $line[1] in
(to-html)
_arguments "${_arguments_options[@]}" : \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'-s[if \`true\` escape all HTML in the Markdown file]' \
'--safe[if \`true\` escape all HTML in the Markdown file]' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
':path -- path to the Markdown file:_files' \
&& ret=0
;;
(help)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__utils__subcmd__markdown__subcmd__help_commands" \
"*::: :->help" \
&& ret=0
case $state in
(help)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-utils-markdown-help-command-$line[1]:"
case $line[1] in
(to-html)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(help)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
esac
;;
esac
;;
esac
;;
esac
;;
(exif)
_arguments "${_arguments_options[@]}" : \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
":: :_ordinary__subcmd__utils__subcmd__exif_commands" \
"*::: :->exif" \
&& ret=0
case $state in
(exif)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-utils-exif-command-$line[1]:"
case $line[1] in
(tool)
_arguments "${_arguments_options[@]}" : \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
'*::args -- `exiftool` args\: <https\://exiftool.org/exiftool_pod.html>:_default' \
&& ret=0
;;
(help)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__utils__subcmd__exif__subcmd__help_commands" \
"*::: :->help" \
&& ret=0
case $state in
(help)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-utils-exif-help-command-$line[1]:"
case $line[1] in
(tool)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(help)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
esac
;;
esac
;;
esac
;;
esac
;;
(wasm-opt)
_arguments "${_arguments_options[@]}" : \
'-p+[project path]:PROJECT:_default' \
'--project=[project path]:PROJECT:_default' \
'--api-domain=[should only be necessary with localhost or when addressing by IP]:API_DOMAIN:_default' \
'--insecure[use HTTP instead of HTTPS]' \
'--danger-accept-invalid-certs[DANGER\: only use when working with self-signed localhost certs]' \
'*-v[Increase logging verbosity]' \
'*--verbose[Increase logging verbosity]' \
'(-v --verbose)*-q[Decrease logging verbosity]' \
'(-v --verbose)*--quiet[Decrease logging verbosity]' \
'--pretty[whether to pretty print events to stdio]' \
'-h[Print help]' \
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
'*::args -- `wasm-opt` args\: `ordinary utils wasm-opt -- --help`:_default' \
&& ret=0
;;
(help)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__utils__subcmd__help_commands" \
"*::: :->help" \
&& ret=0
case $state in
(help)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-utils-help-command-$line[1]:"
case $line[1] in
(uuid)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(timestamp)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(html)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__utils__subcmd__help__subcmd__html_commands" \
"*::: :->html" \
&& ret=0
case $state in
(html)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-utils-help-html-command-$line[1]:"
case $line[1] in
(minify)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
esac
;;
esac
;;
(css)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__utils__subcmd__help__subcmd__css_commands" \
"*::: :->css" \
&& ret=0
case $state in
(css)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-utils-help-css-command-$line[1]:"
case $line[1] in
(minify)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
esac
;;
esac
;;
(js)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__utils__subcmd__help__subcmd__js_commands" \
"*::: :->js" \
&& ret=0
case $state in
(js)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-utils-help-js-command-$line[1]:"
case $line[1] in
(minify)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
esac
;;
esac
;;
(markdown)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__utils__subcmd__help__subcmd__markdown_commands" \
"*::: :->markdown" \
&& ret=0
case $state in
(markdown)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-utils-help-markdown-command-$line[1]:"
case $line[1] in
(to-html)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
esac
;;
esac
;;
(exif)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__utils__subcmd__help__subcmd__exif_commands" \
"*::: :->exif" \
&& ret=0
case $state in
(exif)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-utils-help-exif-command-$line[1]:"
case $line[1] in
(tool)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
esac
;;
esac
;;
(wasm-opt)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(help)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
esac
;;
esac
;;
esac
;;
esac
;;
(help)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__help_commands" \
"*::: :->help" \
&& ret=0
case $state in
(help)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-help-command-$line[1]:"
case $line[1] in
(new)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(ssg)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__help__subcmd__ssg_commands" \
"*::: :->ssg" \
&& ret=0
case $state in
(ssg)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-help-ssg-command-$line[1]:"
case $line[1] in
(init)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
esac
;;
esac
;;
(build)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(start)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(publish)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(templates)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__help__subcmd__templates_commands" \
"*::: :->templates" \
&& ret=0
case $state in
(templates)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-help-templates-command-$line[1]:"
case $line[1] in
(add)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(upload)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
esac
;;
esac
;;
(content)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__help__subcmd__content_commands" \
"*::: :->content" \
&& ret=0
case $state in
(content)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-help-content-command-$line[1]:"
case $line[1] in
(definition)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__help__subcmd__content__subcmd__definition_commands" \
"*::: :->definition" \
&& ret=0
case $state in
(definition)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-help-content-definition-command-$line[1]:"
case $line[1] in
(add)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(edit)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
esac
;;
esac
;;
(object)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__help__subcmd__content__subcmd__object_commands" \
"*::: :->object" \
&& ret=0
case $state in
(object)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-help-content-object-command-$line[1]:"
case $line[1] in
(add)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(edit)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(delete)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
esac
;;
esac
;;
(update)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
esac
;;
esac
;;
(assets)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__help__subcmd__assets_commands" \
"*::: :->assets" \
&& ret=0
case $state in
(assets)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-help-assets-command-$line[1]:"
case $line[1] in
(write)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
esac
;;
esac
;;
(models)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__help__subcmd__models_commands" \
"*::: :->models" \
&& ret=0
case $state in
(models)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-help-models-command-$line[1]:"
case $line[1] in
(add)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(items)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__help__subcmd__models__subcmd__items_commands" \
"*::: :->items" \
&& ret=0
case $state in
(items)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-help-models-items-command-$line[1]:"
case $line[1] in
(list)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
esac
;;
esac
;;
esac
;;
esac
;;
(actions)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__help__subcmd__actions_commands" \
"*::: :->actions" \
&& ret=0
case $state in
(actions)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-help-actions-command-$line[1]:"
case $line[1] in
(add)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(install)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
esac
;;
esac
;;
(integrations)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__help__subcmd__integrations_commands" \
"*::: :->integrations" \
&& ret=0
case $state in
(integrations)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-help-integrations-command-$line[1]:"
case $line[1] in
(add)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
esac
;;
esac
;;
(accounts)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__help__subcmd__accounts_commands" \
"*::: :->accounts" \
&& ret=0
case $state in
(accounts)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-help-accounts-command-$line[1]:"
case $line[1] in
(register)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(login)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(logout)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(access)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__help__subcmd__accounts__subcmd__access_commands" \
"*::: :->access" \
&& ret=0
case $state in
(access)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-help-accounts-access-command-$line[1]:"
case $line[1] in
(get)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
esac
;;
esac
;;
(password)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__help__subcmd__accounts__subcmd__password_commands" \
"*::: :->password" \
&& ret=0
case $state in
(password)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-help-accounts-password-command-$line[1]:"
case $line[1] in
(reset)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(forgot)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
esac
;;
esac
;;
(mfa)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__help__subcmd__accounts__subcmd__mfa_commands" \
"*::: :->mfa" \
&& ret=0
case $state in
(mfa)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-help-accounts-mfa-command-$line[1]:"
case $line[1] in
(reset)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(lost)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
esac
;;
esac
;;
(recovery-codes)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__help__subcmd__accounts__subcmd__recovery-codes_commands" \
"*::: :->recovery-codes" \
&& ret=0
case $state in
(recovery-codes)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-help-accounts-recovery-codes-command-$line[1]:"
case $line[1] in
(reset)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
esac
;;
esac
;;
(delete)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(invite)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(current)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(list)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(switch)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
esac
;;
esac
;;
(app)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__help__subcmd__app_commands" \
"*::: :->app" \
&& ret=0
case $state in
(app)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-help-app-command-$line[1]:"
case $line[1] in
(deploy)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(migrate)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(kill)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(restart)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(erase)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(download)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(logs)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__help__subcmd__app__subcmd__logs_commands" \
"*::: :->logs" \
&& ret=0
case $state in
(logs)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-help-app-logs-command-$line[1]:"
case $line[1] in
(sync)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__help__subcmd__app__subcmd__logs__subcmd__sync_commands" \
"*::: :->sync" \
&& ret=0
case $state in
(sync)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-help-app-logs-sync-command-$line[1]:"
case $line[1] in
(info)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(file)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(all)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
esac
;;
esac
;;
(search)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
esac
;;
esac
;;
(accounts)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__help__subcmd__app__subcmd__accounts_commands" \
"*::: :->accounts" \
&& ret=0
case $state in
(accounts)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-help-app-accounts-command-$line[1]:"
case $line[1] in
(list)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
esac
;;
esac
;;
(routes)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
esac
;;
esac
;;
(secrets)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__help__subcmd__secrets_commands" \
"*::: :->secrets" \
&& ret=0
case $state in
(secrets)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-help-secrets-command-$line[1]:"
case $line[1] in
(store)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
esac
;;
esac
;;
(root)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__help__subcmd__root_commands" \
"*::: :->root" \
&& ret=0
case $state in
(root)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-help-root-command-$line[1]:"
case $line[1] in
(info)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(logs)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__help__subcmd__root__subcmd__logs_commands" \
"*::: :->logs" \
&& ret=0
case $state in
(logs)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-help-root-logs-command-$line[1]:"
case $line[1] in
(sync)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__help__subcmd__root__subcmd__logs__subcmd__sync_commands" \
"*::: :->sync" \
&& ret=0
case $state in
(sync)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-help-root-logs-sync-command-$line[1]:"
case $line[1] in
(info)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(file)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(all)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
esac
;;
esac
;;
(search)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
esac
;;
esac
;;
(lock)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(unlock)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
esac
;;
esac
;;
(doctor)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(utils)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__help__subcmd__utils_commands" \
"*::: :->utils" \
&& ret=0
case $state in
(utils)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-help-utils-command-$line[1]:"
case $line[1] in
(uuid)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(timestamp)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(html)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__help__subcmd__utils__subcmd__html_commands" \
"*::: :->html" \
&& ret=0
case $state in
(html)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-help-utils-html-command-$line[1]:"
case $line[1] in
(minify)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
esac
;;
esac
;;
(css)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__help__subcmd__utils__subcmd__css_commands" \
"*::: :->css" \
&& ret=0
case $state in
(css)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-help-utils-css-command-$line[1]:"
case $line[1] in
(minify)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
esac
;;
esac
;;
(js)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__help__subcmd__utils__subcmd__js_commands" \
"*::: :->js" \
&& ret=0
case $state in
(js)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-help-utils-js-command-$line[1]:"
case $line[1] in
(minify)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
esac
;;
esac
;;
(markdown)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__help__subcmd__utils__subcmd__markdown_commands" \
"*::: :->markdown" \
&& ret=0
case $state in
(markdown)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-help-utils-markdown-command-$line[1]:"
case $line[1] in
(to-html)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
esac
;;
esac
;;
(exif)
_arguments "${_arguments_options[@]}" : \
":: :_ordinary__subcmd__help__subcmd__utils__subcmd__exif_commands" \
"*::: :->exif" \
&& ret=0
case $state in
(exif)
words=($line[1] "${words[@]}")
(( CURRENT += 1 ))
curcontext="${curcontext%:*:*}:ordinary-help-utils-exif-command-$line[1]:"
case $line[1] in
(tool)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
esac
;;
esac
;;
(wasm-opt)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
esac
;;
esac
;;
(help)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
esac
;;
esac
;;
esac
;;
esac
}
(( $+functions[_ordinary_commands] )) ||
_ordinary_commands() {
local commands; commands=(
'new:create a new Ordinary project' \
'ssg:manage static site configuration' \
'build:build your Ordinary project' \
'start:start the app, locally' \
'publish:combines \`build\`, \`content update\`, \`assets write\`, \`templates upload\`, \`actions install\`' \
'templates:manage templates in your Ordinary project' \
'content:manage content in your Ordinary project' \
'assets:manage assets in your Ordinary project' \
'models:manage models in your Ordinary project' \
'actions:manage actions in your Ordinary project' \
'integrations:manage integrations in your Ordinary project' \
'accounts:manage accounts connected to \`ordinaryd\`' \
'app:manage applications running on \`ordinaryd\`' \
'secrets:manage secrets in your Ordinary application' \
'root:' \
'doctor:ensure that all the correct system components are installed' \
'utils:utility functions for aiding project development' \
'help:Print this message or the help of the given subcommand(s)' \
)
_describe -t commands 'ordinary commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__accounts_commands] )) ||
_ordinary__subcmd__accounts_commands() {
local commands; commands=(
'register:register a new account' \
'login:log in to an existing account' \
'logout:log out of a logged in account' \
'access:access management subcommands' \
'password:password management' \
'mfa:MFA management' \
'recovery-codes:recovery code management' \
'delete:delete account' \
'invite:invite another user to a project' \
'current:display info for current account' \
'list:list all logged in accounts' \
'switch:switch to a different logged in account' \
'help:Print this message or the help of the given subcommand(s)' \
)
_describe -t commands 'ordinary accounts commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__accounts__subcmd__access_commands] )) ||
_ordinary__subcmd__accounts__subcmd__access_commands() {
local commands; commands=(
'get:get access' \
'help:Print this message or the help of the given subcommand(s)' \
)
_describe -t commands 'ordinary accounts access commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__accounts__subcmd__access__subcmd__get_commands] )) ||
_ordinary__subcmd__accounts__subcmd__access__subcmd__get_commands() {
local commands; commands=()
_describe -t commands 'ordinary accounts access get commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__accounts__subcmd__access__subcmd__help_commands] )) ||
_ordinary__subcmd__accounts__subcmd__access__subcmd__help_commands() {
local commands; commands=(
'get:get access' \
'help:Print this message or the help of the given subcommand(s)' \
)
_describe -t commands 'ordinary accounts access help commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__accounts__subcmd__access__subcmd__help__subcmd__get_commands] )) ||
_ordinary__subcmd__accounts__subcmd__access__subcmd__help__subcmd__get_commands() {
local commands; commands=()
_describe -t commands 'ordinary accounts access help get commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__accounts__subcmd__access__subcmd__help__subcmd__help_commands] )) ||
_ordinary__subcmd__accounts__subcmd__access__subcmd__help__subcmd__help_commands() {
local commands; commands=()
_describe -t commands 'ordinary accounts access help help commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__accounts__subcmd__current_commands] )) ||
_ordinary__subcmd__accounts__subcmd__current_commands() {
local commands; commands=()
_describe -t commands 'ordinary accounts current commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__accounts__subcmd__delete_commands] )) ||
_ordinary__subcmd__accounts__subcmd__delete_commands() {
local commands; commands=()
_describe -t commands 'ordinary accounts delete commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__accounts__subcmd__help_commands] )) ||
_ordinary__subcmd__accounts__subcmd__help_commands() {
local commands; commands=(
'register:register a new account' \
'login:log in to an existing account' \
'logout:log out of a logged in account' \
'access:access management subcommands' \
'password:password management' \
'mfa:MFA management' \
'recovery-codes:recovery code management' \
'delete:delete account' \
'invite:invite another user to a project' \
'current:display info for current account' \
'list:list all logged in accounts' \
'switch:switch to a different logged in account' \
'help:Print this message or the help of the given subcommand(s)' \
)
_describe -t commands 'ordinary accounts help commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__accounts__subcmd__help__subcmd__access_commands] )) ||
_ordinary__subcmd__accounts__subcmd__help__subcmd__access_commands() {
local commands; commands=(
'get:get access' \
)
_describe -t commands 'ordinary accounts help access commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__accounts__subcmd__help__subcmd__access__subcmd__get_commands] )) ||
_ordinary__subcmd__accounts__subcmd__help__subcmd__access__subcmd__get_commands() {
local commands; commands=()
_describe -t commands 'ordinary accounts help access get commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__accounts__subcmd__help__subcmd__current_commands] )) ||
_ordinary__subcmd__accounts__subcmd__help__subcmd__current_commands() {
local commands; commands=()
_describe -t commands 'ordinary accounts help current commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__accounts__subcmd__help__subcmd__delete_commands] )) ||
_ordinary__subcmd__accounts__subcmd__help__subcmd__delete_commands() {
local commands; commands=()
_describe -t commands 'ordinary accounts help delete commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__accounts__subcmd__help__subcmd__help_commands] )) ||
_ordinary__subcmd__accounts__subcmd__help__subcmd__help_commands() {
local commands; commands=()
_describe -t commands 'ordinary accounts help help commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__accounts__subcmd__help__subcmd__invite_commands] )) ||
_ordinary__subcmd__accounts__subcmd__help__subcmd__invite_commands() {
local commands; commands=()
_describe -t commands 'ordinary accounts help invite commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__accounts__subcmd__help__subcmd__list_commands] )) ||
_ordinary__subcmd__accounts__subcmd__help__subcmd__list_commands() {
local commands; commands=()
_describe -t commands 'ordinary accounts help list commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__accounts__subcmd__help__subcmd__login_commands] )) ||
_ordinary__subcmd__accounts__subcmd__help__subcmd__login_commands() {
local commands; commands=()
_describe -t commands 'ordinary accounts help login commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__accounts__subcmd__help__subcmd__logout_commands] )) ||
_ordinary__subcmd__accounts__subcmd__help__subcmd__logout_commands() {
local commands; commands=()
_describe -t commands 'ordinary accounts help logout commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__accounts__subcmd__help__subcmd__mfa_commands] )) ||
_ordinary__subcmd__accounts__subcmd__help__subcmd__mfa_commands() {
local commands; commands=(
'reset:reset MFA TOTP secret' \
'lost:recovery MFA TOTP secret' \
)
_describe -t commands 'ordinary accounts help mfa commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__accounts__subcmd__help__subcmd__mfa__subcmd__lost_commands] )) ||
_ordinary__subcmd__accounts__subcmd__help__subcmd__mfa__subcmd__lost_commands() {
local commands; commands=()
_describe -t commands 'ordinary accounts help mfa lost commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__accounts__subcmd__help__subcmd__mfa__subcmd__reset_commands] )) ||
_ordinary__subcmd__accounts__subcmd__help__subcmd__mfa__subcmd__reset_commands() {
local commands; commands=()
_describe -t commands 'ordinary accounts help mfa reset commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__accounts__subcmd__help__subcmd__password_commands] )) ||
_ordinary__subcmd__accounts__subcmd__help__subcmd__password_commands() {
local commands; commands=(
'reset:reset your password' \
'forgot:recover your password' \
)
_describe -t commands 'ordinary accounts help password commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__accounts__subcmd__help__subcmd__password__subcmd__forgot_commands] )) ||
_ordinary__subcmd__accounts__subcmd__help__subcmd__password__subcmd__forgot_commands() {
local commands; commands=()
_describe -t commands 'ordinary accounts help password forgot commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__accounts__subcmd__help__subcmd__password__subcmd__reset_commands] )) ||
_ordinary__subcmd__accounts__subcmd__help__subcmd__password__subcmd__reset_commands() {
local commands; commands=()
_describe -t commands 'ordinary accounts help password reset commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__accounts__subcmd__help__subcmd__recovery-codes_commands] )) ||
_ordinary__subcmd__accounts__subcmd__help__subcmd__recovery-codes_commands() {
local commands; commands=(
'reset:reset recovery codes' \
)
_describe -t commands 'ordinary accounts help recovery-codes commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__accounts__subcmd__help__subcmd__recovery-codes__subcmd__reset_commands] )) ||
_ordinary__subcmd__accounts__subcmd__help__subcmd__recovery-codes__subcmd__reset_commands() {
local commands; commands=()
_describe -t commands 'ordinary accounts help recovery-codes reset commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__accounts__subcmd__help__subcmd__register_commands] )) ||
_ordinary__subcmd__accounts__subcmd__help__subcmd__register_commands() {
local commands; commands=()
_describe -t commands 'ordinary accounts help register commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__accounts__subcmd__help__subcmd__switch_commands] )) ||
_ordinary__subcmd__accounts__subcmd__help__subcmd__switch_commands() {
local commands; commands=()
_describe -t commands 'ordinary accounts help switch commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__accounts__subcmd__invite_commands] )) ||
_ordinary__subcmd__accounts__subcmd__invite_commands() {
local commands; commands=()
_describe -t commands 'ordinary accounts invite commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__accounts__subcmd__list_commands] )) ||
_ordinary__subcmd__accounts__subcmd__list_commands() {
local commands; commands=()
_describe -t commands 'ordinary accounts list commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__accounts__subcmd__login_commands] )) ||
_ordinary__subcmd__accounts__subcmd__login_commands() {
local commands; commands=()
_describe -t commands 'ordinary accounts login commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__accounts__subcmd__logout_commands] )) ||
_ordinary__subcmd__accounts__subcmd__logout_commands() {
local commands; commands=()
_describe -t commands 'ordinary accounts logout commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__accounts__subcmd__mfa_commands] )) ||
_ordinary__subcmd__accounts__subcmd__mfa_commands() {
local commands; commands=(
'reset:reset MFA TOTP secret' \
'lost:recovery MFA TOTP secret' \
'help:Print this message or the help of the given subcommand(s)' \
)
_describe -t commands 'ordinary accounts mfa commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__accounts__subcmd__mfa__subcmd__help_commands] )) ||
_ordinary__subcmd__accounts__subcmd__mfa__subcmd__help_commands() {
local commands; commands=(
'reset:reset MFA TOTP secret' \
'lost:recovery MFA TOTP secret' \
'help:Print this message or the help of the given subcommand(s)' \
)
_describe -t commands 'ordinary accounts mfa help commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__accounts__subcmd__mfa__subcmd__help__subcmd__help_commands] )) ||
_ordinary__subcmd__accounts__subcmd__mfa__subcmd__help__subcmd__help_commands() {
local commands; commands=()
_describe -t commands 'ordinary accounts mfa help help commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__accounts__subcmd__mfa__subcmd__help__subcmd__lost_commands] )) ||
_ordinary__subcmd__accounts__subcmd__mfa__subcmd__help__subcmd__lost_commands() {
local commands; commands=()
_describe -t commands 'ordinary accounts mfa help lost commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__accounts__subcmd__mfa__subcmd__help__subcmd__reset_commands] )) ||
_ordinary__subcmd__accounts__subcmd__mfa__subcmd__help__subcmd__reset_commands() {
local commands; commands=()
_describe -t commands 'ordinary accounts mfa help reset commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__accounts__subcmd__mfa__subcmd__lost_commands] )) ||
_ordinary__subcmd__accounts__subcmd__mfa__subcmd__lost_commands() {
local commands; commands=()
_describe -t commands 'ordinary accounts mfa lost commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__accounts__subcmd__mfa__subcmd__reset_commands] )) ||
_ordinary__subcmd__accounts__subcmd__mfa__subcmd__reset_commands() {
local commands; commands=()
_describe -t commands 'ordinary accounts mfa reset commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__accounts__subcmd__password_commands] )) ||
_ordinary__subcmd__accounts__subcmd__password_commands() {
local commands; commands=(
'reset:reset your password' \
'forgot:recover your password' \
'help:Print this message or the help of the given subcommand(s)' \
)
_describe -t commands 'ordinary accounts password commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__accounts__subcmd__password__subcmd__forgot_commands] )) ||
_ordinary__subcmd__accounts__subcmd__password__subcmd__forgot_commands() {
local commands; commands=()
_describe -t commands 'ordinary accounts password forgot commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__accounts__subcmd__password__subcmd__help_commands] )) ||
_ordinary__subcmd__accounts__subcmd__password__subcmd__help_commands() {
local commands; commands=(
'reset:reset your password' \
'forgot:recover your password' \
'help:Print this message or the help of the given subcommand(s)' \
)
_describe -t commands 'ordinary accounts password help commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__accounts__subcmd__password__subcmd__help__subcmd__forgot_commands] )) ||
_ordinary__subcmd__accounts__subcmd__password__subcmd__help__subcmd__forgot_commands() {
local commands; commands=()
_describe -t commands 'ordinary accounts password help forgot commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__accounts__subcmd__password__subcmd__help__subcmd__help_commands] )) ||
_ordinary__subcmd__accounts__subcmd__password__subcmd__help__subcmd__help_commands() {
local commands; commands=()
_describe -t commands 'ordinary accounts password help help commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__accounts__subcmd__password__subcmd__help__subcmd__reset_commands] )) ||
_ordinary__subcmd__accounts__subcmd__password__subcmd__help__subcmd__reset_commands() {
local commands; commands=()
_describe -t commands 'ordinary accounts password help reset commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__accounts__subcmd__password__subcmd__reset_commands] )) ||
_ordinary__subcmd__accounts__subcmd__password__subcmd__reset_commands() {
local commands; commands=()
_describe -t commands 'ordinary accounts password reset commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__accounts__subcmd__recovery-codes_commands] )) ||
_ordinary__subcmd__accounts__subcmd__recovery-codes_commands() {
local commands; commands=(
'reset:reset recovery codes' \
'help:Print this message or the help of the given subcommand(s)' \
)
_describe -t commands 'ordinary accounts recovery-codes commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__accounts__subcmd__recovery-codes__subcmd__help_commands] )) ||
_ordinary__subcmd__accounts__subcmd__recovery-codes__subcmd__help_commands() {
local commands; commands=(
'reset:reset recovery codes' \
'help:Print this message or the help of the given subcommand(s)' \
)
_describe -t commands 'ordinary accounts recovery-codes help commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__accounts__subcmd__recovery-codes__subcmd__help__subcmd__help_commands] )) ||
_ordinary__subcmd__accounts__subcmd__recovery-codes__subcmd__help__subcmd__help_commands() {
local commands; commands=()
_describe -t commands 'ordinary accounts recovery-codes help help commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__accounts__subcmd__recovery-codes__subcmd__help__subcmd__reset_commands] )) ||
_ordinary__subcmd__accounts__subcmd__recovery-codes__subcmd__help__subcmd__reset_commands() {
local commands; commands=()
_describe -t commands 'ordinary accounts recovery-codes help reset commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__accounts__subcmd__recovery-codes__subcmd__reset_commands] )) ||
_ordinary__subcmd__accounts__subcmd__recovery-codes__subcmd__reset_commands() {
local commands; commands=()
_describe -t commands 'ordinary accounts recovery-codes reset commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__accounts__subcmd__register_commands] )) ||
_ordinary__subcmd__accounts__subcmd__register_commands() {
local commands; commands=()
_describe -t commands 'ordinary accounts register commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__accounts__subcmd__switch_commands] )) ||
_ordinary__subcmd__accounts__subcmd__switch_commands() {
local commands; commands=()
_describe -t commands 'ordinary accounts switch commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__actions_commands] )) ||
_ordinary__subcmd__actions_commands() {
local commands; commands=(
'add:add a new action to your Ordinary project' \
'install:install actions to application running on \`ordinaryd\` instance' \
'help:Print this message or the help of the given subcommand(s)' \
)
_describe -t commands 'ordinary actions commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__actions__subcmd__add_commands] )) ||
_ordinary__subcmd__actions__subcmd__add_commands() {
local commands; commands=()
_describe -t commands 'ordinary actions add commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__actions__subcmd__help_commands] )) ||
_ordinary__subcmd__actions__subcmd__help_commands() {
local commands; commands=(
'add:add a new action to your Ordinary project' \
'install:install actions to application running on \`ordinaryd\` instance' \
'help:Print this message or the help of the given subcommand(s)' \
)
_describe -t commands 'ordinary actions help commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__actions__subcmd__help__subcmd__add_commands] )) ||
_ordinary__subcmd__actions__subcmd__help__subcmd__add_commands() {
local commands; commands=()
_describe -t commands 'ordinary actions help add commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__actions__subcmd__help__subcmd__help_commands] )) ||
_ordinary__subcmd__actions__subcmd__help__subcmd__help_commands() {
local commands; commands=()
_describe -t commands 'ordinary actions help help commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__actions__subcmd__help__subcmd__install_commands] )) ||
_ordinary__subcmd__actions__subcmd__help__subcmd__install_commands() {
local commands; commands=()
_describe -t commands 'ordinary actions help install commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__actions__subcmd__install_commands] )) ||
_ordinary__subcmd__actions__subcmd__install_commands() {
local commands; commands=()
_describe -t commands 'ordinary actions install commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__app_commands] )) ||
_ordinary__subcmd__app_commands() {
local commands; commands=(
'deploy:deploy a changes to ordinary.json' \
'migrate:push a configuration change which will modify the shape of your data stores' \
'kill:kill a running instance of the application' \
'restart:restart a running instance of the application' \
'erase:fully erase all content of the application from the host' \
'download:download an application as static files' \
'logs:query application logs' \
'accounts:manage application accounts' \
'routes:list all HTTP routes' \
'help:Print this message or the help of the given subcommand(s)' \
)
_describe -t commands 'ordinary app commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__app__subcmd__accounts_commands] )) ||
_ordinary__subcmd__app__subcmd__accounts_commands() {
local commands; commands=(
'list:list application accounts' \
'help:Print this message or the help of the given subcommand(s)' \
)
_describe -t commands 'ordinary app accounts commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__app__subcmd__accounts__subcmd__help_commands] )) ||
_ordinary__subcmd__app__subcmd__accounts__subcmd__help_commands() {
local commands; commands=(
'list:list application accounts' \
'help:Print this message or the help of the given subcommand(s)' \
)
_describe -t commands 'ordinary app accounts help commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__app__subcmd__accounts__subcmd__help__subcmd__help_commands] )) ||
_ordinary__subcmd__app__subcmd__accounts__subcmd__help__subcmd__help_commands() {
local commands; commands=()
_describe -t commands 'ordinary app accounts help help commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__app__subcmd__accounts__subcmd__help__subcmd__list_commands] )) ||
_ordinary__subcmd__app__subcmd__accounts__subcmd__help__subcmd__list_commands() {
local commands; commands=()
_describe -t commands 'ordinary app accounts help list commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__app__subcmd__accounts__subcmd__list_commands] )) ||
_ordinary__subcmd__app__subcmd__accounts__subcmd__list_commands() {
local commands; commands=()
_describe -t commands 'ordinary app accounts list commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__app__subcmd__deploy_commands] )) ||
_ordinary__subcmd__app__subcmd__deploy_commands() {
local commands; commands=()
_describe -t commands 'ordinary app deploy commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__app__subcmd__download_commands] )) ||
_ordinary__subcmd__app__subcmd__download_commands() {
local commands; commands=()
_describe -t commands 'ordinary app download commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__app__subcmd__erase_commands] )) ||
_ordinary__subcmd__app__subcmd__erase_commands() {
local commands; commands=()
_describe -t commands 'ordinary app erase commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__app__subcmd__help_commands] )) ||
_ordinary__subcmd__app__subcmd__help_commands() {
local commands; commands=(
'deploy:deploy a changes to ordinary.json' \
'migrate:push a configuration change which will modify the shape of your data stores' \
'kill:kill a running instance of the application' \
'restart:restart a running instance of the application' \
'erase:fully erase all content of the application from the host' \
'download:download an application as static files' \
'logs:query application logs' \
'accounts:manage application accounts' \
'routes:list all HTTP routes' \
'help:Print this message or the help of the given subcommand(s)' \
)
_describe -t commands 'ordinary app help commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__app__subcmd__help__subcmd__accounts_commands] )) ||
_ordinary__subcmd__app__subcmd__help__subcmd__accounts_commands() {
local commands; commands=(
'list:list application accounts' \
)
_describe -t commands 'ordinary app help accounts commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__app__subcmd__help__subcmd__accounts__subcmd__list_commands] )) ||
_ordinary__subcmd__app__subcmd__help__subcmd__accounts__subcmd__list_commands() {
local commands; commands=()
_describe -t commands 'ordinary app help accounts list commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__app__subcmd__help__subcmd__deploy_commands] )) ||
_ordinary__subcmd__app__subcmd__help__subcmd__deploy_commands() {
local commands; commands=()
_describe -t commands 'ordinary app help deploy commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__app__subcmd__help__subcmd__download_commands] )) ||
_ordinary__subcmd__app__subcmd__help__subcmd__download_commands() {
local commands; commands=()
_describe -t commands 'ordinary app help download commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__app__subcmd__help__subcmd__erase_commands] )) ||
_ordinary__subcmd__app__subcmd__help__subcmd__erase_commands() {
local commands; commands=()
_describe -t commands 'ordinary app help erase commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__app__subcmd__help__subcmd__help_commands] )) ||
_ordinary__subcmd__app__subcmd__help__subcmd__help_commands() {
local commands; commands=()
_describe -t commands 'ordinary app help help commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__app__subcmd__help__subcmd__kill_commands] )) ||
_ordinary__subcmd__app__subcmd__help__subcmd__kill_commands() {
local commands; commands=()
_describe -t commands 'ordinary app help kill commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__app__subcmd__help__subcmd__logs_commands] )) ||
_ordinary__subcmd__app__subcmd__help__subcmd__logs_commands() {
local commands; commands=(
'sync:sync files, indexes and tables' \
'search:search the tantivy index' \
)
_describe -t commands 'ordinary app help logs commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__app__subcmd__help__subcmd__logs__subcmd__search_commands] )) ||
_ordinary__subcmd__app__subcmd__help__subcmd__logs__subcmd__search_commands() {
local commands; commands=()
_describe -t commands 'ordinary app help logs search commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__app__subcmd__help__subcmd__logs__subcmd__sync_commands] )) ||
_ordinary__subcmd__app__subcmd__help__subcmd__logs__subcmd__sync_commands() {
local commands; commands=(
'info:get information about remote and local log files' \
'file:sync a single file' \
'all:repair local state for all out of sync (⚠️) and remote files not yet downloaded (❌)' \
)
_describe -t commands 'ordinary app help logs sync commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__app__subcmd__help__subcmd__logs__subcmd__sync__subcmd__all_commands] )) ||
_ordinary__subcmd__app__subcmd__help__subcmd__logs__subcmd__sync__subcmd__all_commands() {
local commands; commands=()
_describe -t commands 'ordinary app help logs sync all commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__app__subcmd__help__subcmd__logs__subcmd__sync__subcmd__file_commands] )) ||
_ordinary__subcmd__app__subcmd__help__subcmd__logs__subcmd__sync__subcmd__file_commands() {
local commands; commands=()
_describe -t commands 'ordinary app help logs sync file commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__app__subcmd__help__subcmd__logs__subcmd__sync__subcmd__info_commands] )) ||
_ordinary__subcmd__app__subcmd__help__subcmd__logs__subcmd__sync__subcmd__info_commands() {
local commands; commands=()
_describe -t commands 'ordinary app help logs sync info commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__app__subcmd__help__subcmd__migrate_commands] )) ||
_ordinary__subcmd__app__subcmd__help__subcmd__migrate_commands() {
local commands; commands=()
_describe -t commands 'ordinary app help migrate commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__app__subcmd__help__subcmd__restart_commands] )) ||
_ordinary__subcmd__app__subcmd__help__subcmd__restart_commands() {
local commands; commands=()
_describe -t commands 'ordinary app help restart commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__app__subcmd__help__subcmd__routes_commands] )) ||
_ordinary__subcmd__app__subcmd__help__subcmd__routes_commands() {
local commands; commands=()
_describe -t commands 'ordinary app help routes commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__app__subcmd__kill_commands] )) ||
_ordinary__subcmd__app__subcmd__kill_commands() {
local commands; commands=()
_describe -t commands 'ordinary app kill commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__app__subcmd__logs_commands] )) ||
_ordinary__subcmd__app__subcmd__logs_commands() {
local commands; commands=(
'sync:sync files, indexes and tables' \
'search:search the tantivy index' \
'help:Print this message or the help of the given subcommand(s)' \
)
_describe -t commands 'ordinary app logs commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__app__subcmd__logs__subcmd__help_commands] )) ||
_ordinary__subcmd__app__subcmd__logs__subcmd__help_commands() {
local commands; commands=(
'sync:sync files, indexes and tables' \
'search:search the tantivy index' \
'help:Print this message or the help of the given subcommand(s)' \
)
_describe -t commands 'ordinary app logs help commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__app__subcmd__logs__subcmd__help__subcmd__help_commands] )) ||
_ordinary__subcmd__app__subcmd__logs__subcmd__help__subcmd__help_commands() {
local commands; commands=()
_describe -t commands 'ordinary app logs help help commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__app__subcmd__logs__subcmd__help__subcmd__search_commands] )) ||
_ordinary__subcmd__app__subcmd__logs__subcmd__help__subcmd__search_commands() {
local commands; commands=()
_describe -t commands 'ordinary app logs help search commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__app__subcmd__logs__subcmd__help__subcmd__sync_commands] )) ||
_ordinary__subcmd__app__subcmd__logs__subcmd__help__subcmd__sync_commands() {
local commands; commands=(
'info:get information about remote and local log files' \
'file:sync a single file' \
'all:repair local state for all out of sync (⚠️) and remote files not yet downloaded (❌)' \
)
_describe -t commands 'ordinary app logs help sync commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__app__subcmd__logs__subcmd__help__subcmd__sync__subcmd__all_commands] )) ||
_ordinary__subcmd__app__subcmd__logs__subcmd__help__subcmd__sync__subcmd__all_commands() {
local commands; commands=()
_describe -t commands 'ordinary app logs help sync all commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__app__subcmd__logs__subcmd__help__subcmd__sync__subcmd__file_commands] )) ||
_ordinary__subcmd__app__subcmd__logs__subcmd__help__subcmd__sync__subcmd__file_commands() {
local commands; commands=()
_describe -t commands 'ordinary app logs help sync file commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__app__subcmd__logs__subcmd__help__subcmd__sync__subcmd__info_commands] )) ||
_ordinary__subcmd__app__subcmd__logs__subcmd__help__subcmd__sync__subcmd__info_commands() {
local commands; commands=()
_describe -t commands 'ordinary app logs help sync info commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__app__subcmd__logs__subcmd__search_commands] )) ||
_ordinary__subcmd__app__subcmd__logs__subcmd__search_commands() {
local commands; commands=()
_describe -t commands 'ordinary app logs search commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__app__subcmd__logs__subcmd__sync_commands] )) ||
_ordinary__subcmd__app__subcmd__logs__subcmd__sync_commands() {
local commands; commands=(
'info:get information about remote and local log files' \
'file:sync a single file' \
'all:repair local state for all out of sync (⚠️) and remote files not yet downloaded (❌)' \
'help:Print this message or the help of the given subcommand(s)' \
)
_describe -t commands 'ordinary app logs sync commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__app__subcmd__logs__subcmd__sync__subcmd__all_commands] )) ||
_ordinary__subcmd__app__subcmd__logs__subcmd__sync__subcmd__all_commands() {
local commands; commands=()
_describe -t commands 'ordinary app logs sync all commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__app__subcmd__logs__subcmd__sync__subcmd__file_commands] )) ||
_ordinary__subcmd__app__subcmd__logs__subcmd__sync__subcmd__file_commands() {
local commands; commands=()
_describe -t commands 'ordinary app logs sync file commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__app__subcmd__logs__subcmd__sync__subcmd__help_commands] )) ||
_ordinary__subcmd__app__subcmd__logs__subcmd__sync__subcmd__help_commands() {
local commands; commands=(
'info:get information about remote and local log files' \
'file:sync a single file' \
'all:repair local state for all out of sync (⚠️) and remote files not yet downloaded (❌)' \
'help:Print this message or the help of the given subcommand(s)' \
)
_describe -t commands 'ordinary app logs sync help commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__app__subcmd__logs__subcmd__sync__subcmd__help__subcmd__all_commands] )) ||
_ordinary__subcmd__app__subcmd__logs__subcmd__sync__subcmd__help__subcmd__all_commands() {
local commands; commands=()
_describe -t commands 'ordinary app logs sync help all commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__app__subcmd__logs__subcmd__sync__subcmd__help__subcmd__file_commands] )) ||
_ordinary__subcmd__app__subcmd__logs__subcmd__sync__subcmd__help__subcmd__file_commands() {
local commands; commands=()
_describe -t commands 'ordinary app logs sync help file commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__app__subcmd__logs__subcmd__sync__subcmd__help__subcmd__help_commands] )) ||
_ordinary__subcmd__app__subcmd__logs__subcmd__sync__subcmd__help__subcmd__help_commands() {
local commands; commands=()
_describe -t commands 'ordinary app logs sync help help commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__app__subcmd__logs__subcmd__sync__subcmd__help__subcmd__info_commands] )) ||
_ordinary__subcmd__app__subcmd__logs__subcmd__sync__subcmd__help__subcmd__info_commands() {
local commands; commands=()
_describe -t commands 'ordinary app logs sync help info commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__app__subcmd__logs__subcmd__sync__subcmd__info_commands] )) ||
_ordinary__subcmd__app__subcmd__logs__subcmd__sync__subcmd__info_commands() {
local commands; commands=()
_describe -t commands 'ordinary app logs sync info commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__app__subcmd__migrate_commands] )) ||
_ordinary__subcmd__app__subcmd__migrate_commands() {
local commands; commands=()
_describe -t commands 'ordinary app migrate commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__app__subcmd__restart_commands] )) ||
_ordinary__subcmd__app__subcmd__restart_commands() {
local commands; commands=()
_describe -t commands 'ordinary app restart commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__app__subcmd__routes_commands] )) ||
_ordinary__subcmd__app__subcmd__routes_commands() {
local commands; commands=()
_describe -t commands 'ordinary app routes commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__assets_commands] )) ||
_ordinary__subcmd__assets_commands() {
local commands; commands=(
'write:write assets to application running on \`ordinaryd\` instance' \
'help:Print this message or the help of the given subcommand(s)' \
)
_describe -t commands 'ordinary assets commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__assets__subcmd__help_commands] )) ||
_ordinary__subcmd__assets__subcmd__help_commands() {
local commands; commands=(
'write:write assets to application running on \`ordinaryd\` instance' \
'help:Print this message or the help of the given subcommand(s)' \
)
_describe -t commands 'ordinary assets help commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__assets__subcmd__help__subcmd__help_commands] )) ||
_ordinary__subcmd__assets__subcmd__help__subcmd__help_commands() {
local commands; commands=()
_describe -t commands 'ordinary assets help help commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__assets__subcmd__help__subcmd__write_commands] )) ||
_ordinary__subcmd__assets__subcmd__help__subcmd__write_commands() {
local commands; commands=()
_describe -t commands 'ordinary assets help write commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__assets__subcmd__write_commands] )) ||
_ordinary__subcmd__assets__subcmd__write_commands() {
local commands; commands=()
_describe -t commands 'ordinary assets write commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__build_commands] )) ||
_ordinary__subcmd__build_commands() {
local commands; commands=()
_describe -t commands 'ordinary build commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__content_commands] )) ||
_ordinary__subcmd__content_commands() {
local commands; commands=(
'definition:manage content definitions for Ordinary project' \
'object:manage content objects for Ordinary project' \
'update:update content for application running on \`ordinaryd\` instance' \
'help:Print this message or the help of the given subcommand(s)' \
)
_describe -t commands 'ordinary content commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__content__subcmd__definition_commands] )) ||
_ordinary__subcmd__content__subcmd__definition_commands() {
local commands; commands=(
'add:add a content definition to your Ordinary project' \
'edit:edit a content definition to your Ordinary project' \
'help:Print this message or the help of the given subcommand(s)' \
)
_describe -t commands 'ordinary content definition commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__content__subcmd__definition__subcmd__add_commands] )) ||
_ordinary__subcmd__content__subcmd__definition__subcmd__add_commands() {
local commands; commands=()
_describe -t commands 'ordinary content definition add commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__content__subcmd__definition__subcmd__edit_commands] )) ||
_ordinary__subcmd__content__subcmd__definition__subcmd__edit_commands() {
local commands; commands=()
_describe -t commands 'ordinary content definition edit commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__content__subcmd__definition__subcmd__help_commands] )) ||
_ordinary__subcmd__content__subcmd__definition__subcmd__help_commands() {
local commands; commands=(
'add:add a content definition to your Ordinary project' \
'edit:edit a content definition to your Ordinary project' \
'help:Print this message or the help of the given subcommand(s)' \
)
_describe -t commands 'ordinary content definition help commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__content__subcmd__definition__subcmd__help__subcmd__add_commands] )) ||
_ordinary__subcmd__content__subcmd__definition__subcmd__help__subcmd__add_commands() {
local commands; commands=()
_describe -t commands 'ordinary content definition help add commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__content__subcmd__definition__subcmd__help__subcmd__edit_commands] )) ||
_ordinary__subcmd__content__subcmd__definition__subcmd__help__subcmd__edit_commands() {
local commands; commands=()
_describe -t commands 'ordinary content definition help edit commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__content__subcmd__definition__subcmd__help__subcmd__help_commands] )) ||
_ordinary__subcmd__content__subcmd__definition__subcmd__help__subcmd__help_commands() {
local commands; commands=()
_describe -t commands 'ordinary content definition help help commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__content__subcmd__help_commands] )) ||
_ordinary__subcmd__content__subcmd__help_commands() {
local commands; commands=(
'definition:manage content definitions for Ordinary project' \
'object:manage content objects for Ordinary project' \
'update:update content for application running on \`ordinaryd\` instance' \
'help:Print this message or the help of the given subcommand(s)' \
)
_describe -t commands 'ordinary content help commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__content__subcmd__help__subcmd__definition_commands] )) ||
_ordinary__subcmd__content__subcmd__help__subcmd__definition_commands() {
local commands; commands=(
'add:add a content definition to your Ordinary project' \
'edit:edit a content definition to your Ordinary project' \
)
_describe -t commands 'ordinary content help definition commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__content__subcmd__help__subcmd__definition__subcmd__add_commands] )) ||
_ordinary__subcmd__content__subcmd__help__subcmd__definition__subcmd__add_commands() {
local commands; commands=()
_describe -t commands 'ordinary content help definition add commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__content__subcmd__help__subcmd__definition__subcmd__edit_commands] )) ||
_ordinary__subcmd__content__subcmd__help__subcmd__definition__subcmd__edit_commands() {
local commands; commands=()
_describe -t commands 'ordinary content help definition edit commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__content__subcmd__help__subcmd__help_commands] )) ||
_ordinary__subcmd__content__subcmd__help__subcmd__help_commands() {
local commands; commands=()
_describe -t commands 'ordinary content help help commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__content__subcmd__help__subcmd__object_commands] )) ||
_ordinary__subcmd__content__subcmd__help__subcmd__object_commands() {
local commands; commands=(
'add:add a content object to your Ordinary project' \
'edit:edit a content object to your Ordinary project' \
'delete:delete a content object to your Ordinary project' \
)
_describe -t commands 'ordinary content help object commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__content__subcmd__help__subcmd__object__subcmd__add_commands] )) ||
_ordinary__subcmd__content__subcmd__help__subcmd__object__subcmd__add_commands() {
local commands; commands=()
_describe -t commands 'ordinary content help object add commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__content__subcmd__help__subcmd__object__subcmd__delete_commands] )) ||
_ordinary__subcmd__content__subcmd__help__subcmd__object__subcmd__delete_commands() {
local commands; commands=()
_describe -t commands 'ordinary content help object delete commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__content__subcmd__help__subcmd__object__subcmd__edit_commands] )) ||
_ordinary__subcmd__content__subcmd__help__subcmd__object__subcmd__edit_commands() {
local commands; commands=()
_describe -t commands 'ordinary content help object edit commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__content__subcmd__help__subcmd__update_commands] )) ||
_ordinary__subcmd__content__subcmd__help__subcmd__update_commands() {
local commands; commands=()
_describe -t commands 'ordinary content help update commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__content__subcmd__object_commands] )) ||
_ordinary__subcmd__content__subcmd__object_commands() {
local commands; commands=(
'add:add a content object to your Ordinary project' \
'edit:edit a content object to your Ordinary project' \
'delete:delete a content object to your Ordinary project' \
'help:Print this message or the help of the given subcommand(s)' \
)
_describe -t commands 'ordinary content object commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__content__subcmd__object__subcmd__add_commands] )) ||
_ordinary__subcmd__content__subcmd__object__subcmd__add_commands() {
local commands; commands=()
_describe -t commands 'ordinary content object add commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__content__subcmd__object__subcmd__delete_commands] )) ||
_ordinary__subcmd__content__subcmd__object__subcmd__delete_commands() {
local commands; commands=()
_describe -t commands 'ordinary content object delete commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__content__subcmd__object__subcmd__edit_commands] )) ||
_ordinary__subcmd__content__subcmd__object__subcmd__edit_commands() {
local commands; commands=()
_describe -t commands 'ordinary content object edit commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__content__subcmd__object__subcmd__help_commands] )) ||
_ordinary__subcmd__content__subcmd__object__subcmd__help_commands() {
local commands; commands=(
'add:add a content object to your Ordinary project' \
'edit:edit a content object to your Ordinary project' \
'delete:delete a content object to your Ordinary project' \
'help:Print this message or the help of the given subcommand(s)' \
)
_describe -t commands 'ordinary content object help commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__content__subcmd__object__subcmd__help__subcmd__add_commands] )) ||
_ordinary__subcmd__content__subcmd__object__subcmd__help__subcmd__add_commands() {
local commands; commands=()
_describe -t commands 'ordinary content object help add commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__content__subcmd__object__subcmd__help__subcmd__delete_commands] )) ||
_ordinary__subcmd__content__subcmd__object__subcmd__help__subcmd__delete_commands() {
local commands; commands=()
_describe -t commands 'ordinary content object help delete commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__content__subcmd__object__subcmd__help__subcmd__edit_commands] )) ||
_ordinary__subcmd__content__subcmd__object__subcmd__help__subcmd__edit_commands() {
local commands; commands=()
_describe -t commands 'ordinary content object help edit commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__content__subcmd__object__subcmd__help__subcmd__help_commands] )) ||
_ordinary__subcmd__content__subcmd__object__subcmd__help__subcmd__help_commands() {
local commands; commands=()
_describe -t commands 'ordinary content object help help commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__content__subcmd__update_commands] )) ||
_ordinary__subcmd__content__subcmd__update_commands() {
local commands; commands=()
_describe -t commands 'ordinary content update commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__doctor_commands] )) ||
_ordinary__subcmd__doctor_commands() {
local commands; commands=()
_describe -t commands 'ordinary doctor commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help_commands] )) ||
_ordinary__subcmd__help_commands() {
local commands; commands=(
'new:create a new Ordinary project' \
'ssg:manage static site configuration' \
'build:build your Ordinary project' \
'start:start the app, locally' \
'publish:combines \`build\`, \`content update\`, \`assets write\`, \`templates upload\`, \`actions install\`' \
'templates:manage templates in your Ordinary project' \
'content:manage content in your Ordinary project' \
'assets:manage assets in your Ordinary project' \
'models:manage models in your Ordinary project' \
'actions:manage actions in your Ordinary project' \
'integrations:manage integrations in your Ordinary project' \
'accounts:manage accounts connected to \`ordinaryd\`' \
'app:manage applications running on \`ordinaryd\`' \
'secrets:manage secrets in your Ordinary application' \
'root:' \
'doctor:ensure that all the correct system components are installed' \
'utils:utility functions for aiding project development' \
'help:Print this message or the help of the given subcommand(s)' \
)
_describe -t commands 'ordinary help commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__accounts_commands] )) ||
_ordinary__subcmd__help__subcmd__accounts_commands() {
local commands; commands=(
'register:register a new account' \
'login:log in to an existing account' \
'logout:log out of a logged in account' \
'access:access management subcommands' \
'password:password management' \
'mfa:MFA management' \
'recovery-codes:recovery code management' \
'delete:delete account' \
'invite:invite another user to a project' \
'current:display info for current account' \
'list:list all logged in accounts' \
'switch:switch to a different logged in account' \
)
_describe -t commands 'ordinary help accounts commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__accounts__subcmd__access_commands] )) ||
_ordinary__subcmd__help__subcmd__accounts__subcmd__access_commands() {
local commands; commands=(
'get:get access' \
)
_describe -t commands 'ordinary help accounts access commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__accounts__subcmd__access__subcmd__get_commands] )) ||
_ordinary__subcmd__help__subcmd__accounts__subcmd__access__subcmd__get_commands() {
local commands; commands=()
_describe -t commands 'ordinary help accounts access get commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__accounts__subcmd__current_commands] )) ||
_ordinary__subcmd__help__subcmd__accounts__subcmd__current_commands() {
local commands; commands=()
_describe -t commands 'ordinary help accounts current commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__accounts__subcmd__delete_commands] )) ||
_ordinary__subcmd__help__subcmd__accounts__subcmd__delete_commands() {
local commands; commands=()
_describe -t commands 'ordinary help accounts delete commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__accounts__subcmd__invite_commands] )) ||
_ordinary__subcmd__help__subcmd__accounts__subcmd__invite_commands() {
local commands; commands=()
_describe -t commands 'ordinary help accounts invite commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__accounts__subcmd__list_commands] )) ||
_ordinary__subcmd__help__subcmd__accounts__subcmd__list_commands() {
local commands; commands=()
_describe -t commands 'ordinary help accounts list commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__accounts__subcmd__login_commands] )) ||
_ordinary__subcmd__help__subcmd__accounts__subcmd__login_commands() {
local commands; commands=()
_describe -t commands 'ordinary help accounts login commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__accounts__subcmd__logout_commands] )) ||
_ordinary__subcmd__help__subcmd__accounts__subcmd__logout_commands() {
local commands; commands=()
_describe -t commands 'ordinary help accounts logout commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__accounts__subcmd__mfa_commands] )) ||
_ordinary__subcmd__help__subcmd__accounts__subcmd__mfa_commands() {
local commands; commands=(
'reset:reset MFA TOTP secret' \
'lost:recovery MFA TOTP secret' \
)
_describe -t commands 'ordinary help accounts mfa commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__accounts__subcmd__mfa__subcmd__lost_commands] )) ||
_ordinary__subcmd__help__subcmd__accounts__subcmd__mfa__subcmd__lost_commands() {
local commands; commands=()
_describe -t commands 'ordinary help accounts mfa lost commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__accounts__subcmd__mfa__subcmd__reset_commands] )) ||
_ordinary__subcmd__help__subcmd__accounts__subcmd__mfa__subcmd__reset_commands() {
local commands; commands=()
_describe -t commands 'ordinary help accounts mfa reset commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__accounts__subcmd__password_commands] )) ||
_ordinary__subcmd__help__subcmd__accounts__subcmd__password_commands() {
local commands; commands=(
'reset:reset your password' \
'forgot:recover your password' \
)
_describe -t commands 'ordinary help accounts password commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__accounts__subcmd__password__subcmd__forgot_commands] )) ||
_ordinary__subcmd__help__subcmd__accounts__subcmd__password__subcmd__forgot_commands() {
local commands; commands=()
_describe -t commands 'ordinary help accounts password forgot commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__accounts__subcmd__password__subcmd__reset_commands] )) ||
_ordinary__subcmd__help__subcmd__accounts__subcmd__password__subcmd__reset_commands() {
local commands; commands=()
_describe -t commands 'ordinary help accounts password reset commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__accounts__subcmd__recovery-codes_commands] )) ||
_ordinary__subcmd__help__subcmd__accounts__subcmd__recovery-codes_commands() {
local commands; commands=(
'reset:reset recovery codes' \
)
_describe -t commands 'ordinary help accounts recovery-codes commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__accounts__subcmd__recovery-codes__subcmd__reset_commands] )) ||
_ordinary__subcmd__help__subcmd__accounts__subcmd__recovery-codes__subcmd__reset_commands() {
local commands; commands=()
_describe -t commands 'ordinary help accounts recovery-codes reset commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__accounts__subcmd__register_commands] )) ||
_ordinary__subcmd__help__subcmd__accounts__subcmd__register_commands() {
local commands; commands=()
_describe -t commands 'ordinary help accounts register commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__accounts__subcmd__switch_commands] )) ||
_ordinary__subcmd__help__subcmd__accounts__subcmd__switch_commands() {
local commands; commands=()
_describe -t commands 'ordinary help accounts switch commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__actions_commands] )) ||
_ordinary__subcmd__help__subcmd__actions_commands() {
local commands; commands=(
'add:add a new action to your Ordinary project' \
'install:install actions to application running on \`ordinaryd\` instance' \
)
_describe -t commands 'ordinary help actions commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__actions__subcmd__add_commands] )) ||
_ordinary__subcmd__help__subcmd__actions__subcmd__add_commands() {
local commands; commands=()
_describe -t commands 'ordinary help actions add commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__actions__subcmd__install_commands] )) ||
_ordinary__subcmd__help__subcmd__actions__subcmd__install_commands() {
local commands; commands=()
_describe -t commands 'ordinary help actions install commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__app_commands] )) ||
_ordinary__subcmd__help__subcmd__app_commands() {
local commands; commands=(
'deploy:deploy a changes to ordinary.json' \
'migrate:push a configuration change which will modify the shape of your data stores' \
'kill:kill a running instance of the application' \
'restart:restart a running instance of the application' \
'erase:fully erase all content of the application from the host' \
'download:download an application as static files' \
'logs:query application logs' \
'accounts:manage application accounts' \
'routes:list all HTTP routes' \
)
_describe -t commands 'ordinary help app commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__app__subcmd__accounts_commands] )) ||
_ordinary__subcmd__help__subcmd__app__subcmd__accounts_commands() {
local commands; commands=(
'list:list application accounts' \
)
_describe -t commands 'ordinary help app accounts commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__app__subcmd__accounts__subcmd__list_commands] )) ||
_ordinary__subcmd__help__subcmd__app__subcmd__accounts__subcmd__list_commands() {
local commands; commands=()
_describe -t commands 'ordinary help app accounts list commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__app__subcmd__deploy_commands] )) ||
_ordinary__subcmd__help__subcmd__app__subcmd__deploy_commands() {
local commands; commands=()
_describe -t commands 'ordinary help app deploy commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__app__subcmd__download_commands] )) ||
_ordinary__subcmd__help__subcmd__app__subcmd__download_commands() {
local commands; commands=()
_describe -t commands 'ordinary help app download commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__app__subcmd__erase_commands] )) ||
_ordinary__subcmd__help__subcmd__app__subcmd__erase_commands() {
local commands; commands=()
_describe -t commands 'ordinary help app erase commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__app__subcmd__kill_commands] )) ||
_ordinary__subcmd__help__subcmd__app__subcmd__kill_commands() {
local commands; commands=()
_describe -t commands 'ordinary help app kill commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__app__subcmd__logs_commands] )) ||
_ordinary__subcmd__help__subcmd__app__subcmd__logs_commands() {
local commands; commands=(
'sync:sync files, indexes and tables' \
'search:search the tantivy index' \
)
_describe -t commands 'ordinary help app logs commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__app__subcmd__logs__subcmd__search_commands] )) ||
_ordinary__subcmd__help__subcmd__app__subcmd__logs__subcmd__search_commands() {
local commands; commands=()
_describe -t commands 'ordinary help app logs search commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__app__subcmd__logs__subcmd__sync_commands] )) ||
_ordinary__subcmd__help__subcmd__app__subcmd__logs__subcmd__sync_commands() {
local commands; commands=(
'info:get information about remote and local log files' \
'file:sync a single file' \
'all:repair local state for all out of sync (⚠️) and remote files not yet downloaded (❌)' \
)
_describe -t commands 'ordinary help app logs sync commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__app__subcmd__logs__subcmd__sync__subcmd__all_commands] )) ||
_ordinary__subcmd__help__subcmd__app__subcmd__logs__subcmd__sync__subcmd__all_commands() {
local commands; commands=()
_describe -t commands 'ordinary help app logs sync all commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__app__subcmd__logs__subcmd__sync__subcmd__file_commands] )) ||
_ordinary__subcmd__help__subcmd__app__subcmd__logs__subcmd__sync__subcmd__file_commands() {
local commands; commands=()
_describe -t commands 'ordinary help app logs sync file commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__app__subcmd__logs__subcmd__sync__subcmd__info_commands] )) ||
_ordinary__subcmd__help__subcmd__app__subcmd__logs__subcmd__sync__subcmd__info_commands() {
local commands; commands=()
_describe -t commands 'ordinary help app logs sync info commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__app__subcmd__migrate_commands] )) ||
_ordinary__subcmd__help__subcmd__app__subcmd__migrate_commands() {
local commands; commands=()
_describe -t commands 'ordinary help app migrate commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__app__subcmd__restart_commands] )) ||
_ordinary__subcmd__help__subcmd__app__subcmd__restart_commands() {
local commands; commands=()
_describe -t commands 'ordinary help app restart commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__app__subcmd__routes_commands] )) ||
_ordinary__subcmd__help__subcmd__app__subcmd__routes_commands() {
local commands; commands=()
_describe -t commands 'ordinary help app routes commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__assets_commands] )) ||
_ordinary__subcmd__help__subcmd__assets_commands() {
local commands; commands=(
'write:write assets to application running on \`ordinaryd\` instance' \
)
_describe -t commands 'ordinary help assets commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__assets__subcmd__write_commands] )) ||
_ordinary__subcmd__help__subcmd__assets__subcmd__write_commands() {
local commands; commands=()
_describe -t commands 'ordinary help assets write commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__build_commands] )) ||
_ordinary__subcmd__help__subcmd__build_commands() {
local commands; commands=()
_describe -t commands 'ordinary help build commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__content_commands] )) ||
_ordinary__subcmd__help__subcmd__content_commands() {
local commands; commands=(
'definition:manage content definitions for Ordinary project' \
'object:manage content objects for Ordinary project' \
'update:update content for application running on \`ordinaryd\` instance' \
)
_describe -t commands 'ordinary help content commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__content__subcmd__definition_commands] )) ||
_ordinary__subcmd__help__subcmd__content__subcmd__definition_commands() {
local commands; commands=(
'add:add a content definition to your Ordinary project' \
'edit:edit a content definition to your Ordinary project' \
)
_describe -t commands 'ordinary help content definition commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__content__subcmd__definition__subcmd__add_commands] )) ||
_ordinary__subcmd__help__subcmd__content__subcmd__definition__subcmd__add_commands() {
local commands; commands=()
_describe -t commands 'ordinary help content definition add commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__content__subcmd__definition__subcmd__edit_commands] )) ||
_ordinary__subcmd__help__subcmd__content__subcmd__definition__subcmd__edit_commands() {
local commands; commands=()
_describe -t commands 'ordinary help content definition edit commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__content__subcmd__object_commands] )) ||
_ordinary__subcmd__help__subcmd__content__subcmd__object_commands() {
local commands; commands=(
'add:add a content object to your Ordinary project' \
'edit:edit a content object to your Ordinary project' \
'delete:delete a content object to your Ordinary project' \
)
_describe -t commands 'ordinary help content object commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__content__subcmd__object__subcmd__add_commands] )) ||
_ordinary__subcmd__help__subcmd__content__subcmd__object__subcmd__add_commands() {
local commands; commands=()
_describe -t commands 'ordinary help content object add commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__content__subcmd__object__subcmd__delete_commands] )) ||
_ordinary__subcmd__help__subcmd__content__subcmd__object__subcmd__delete_commands() {
local commands; commands=()
_describe -t commands 'ordinary help content object delete commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__content__subcmd__object__subcmd__edit_commands] )) ||
_ordinary__subcmd__help__subcmd__content__subcmd__object__subcmd__edit_commands() {
local commands; commands=()
_describe -t commands 'ordinary help content object edit commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__content__subcmd__update_commands] )) ||
_ordinary__subcmd__help__subcmd__content__subcmd__update_commands() {
local commands; commands=()
_describe -t commands 'ordinary help content update commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__doctor_commands] )) ||
_ordinary__subcmd__help__subcmd__doctor_commands() {
local commands; commands=()
_describe -t commands 'ordinary help doctor commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__help_commands] )) ||
_ordinary__subcmd__help__subcmd__help_commands() {
local commands; commands=()
_describe -t commands 'ordinary help help commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__integrations_commands] )) ||
_ordinary__subcmd__help__subcmd__integrations_commands() {
local commands; commands=(
'add:add a new integration to your Ordinary project' \
)
_describe -t commands 'ordinary help integrations commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__integrations__subcmd__add_commands] )) ||
_ordinary__subcmd__help__subcmd__integrations__subcmd__add_commands() {
local commands; commands=()
_describe -t commands 'ordinary help integrations add commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__models_commands] )) ||
_ordinary__subcmd__help__subcmd__models_commands() {
local commands; commands=(
'add:add a new model to your Ordinary project' \
'items:manage model items for the application running on an \`ordinaryd\` instance' \
)
_describe -t commands 'ordinary help models commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__models__subcmd__add_commands] )) ||
_ordinary__subcmd__help__subcmd__models__subcmd__add_commands() {
local commands; commands=()
_describe -t commands 'ordinary help models add commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__models__subcmd__items_commands] )) ||
_ordinary__subcmd__help__subcmd__models__subcmd__items_commands() {
local commands; commands=(
'list:list model items for the application running on an \`ordinaryd\` instance' \
)
_describe -t commands 'ordinary help models items commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__models__subcmd__items__subcmd__list_commands] )) ||
_ordinary__subcmd__help__subcmd__models__subcmd__items__subcmd__list_commands() {
local commands; commands=()
_describe -t commands 'ordinary help models items list commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__new_commands] )) ||
_ordinary__subcmd__help__subcmd__new_commands() {
local commands; commands=()
_describe -t commands 'ordinary help new commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__publish_commands] )) ||
_ordinary__subcmd__help__subcmd__publish_commands() {
local commands; commands=()
_describe -t commands 'ordinary help publish commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__root_commands] )) ||
_ordinary__subcmd__help__subcmd__root_commands() {
local commands; commands=(
'info:get system and process info for the Ordinary API server' \
'logs:query system and application logs' \
'lock:lock resources to prevent abuse' \
'unlock:unlock resources upon resolution' \
)
_describe -t commands 'ordinary help root commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__root__subcmd__info_commands] )) ||
_ordinary__subcmd__help__subcmd__root__subcmd__info_commands() {
local commands; commands=()
_describe -t commands 'ordinary help root info commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__root__subcmd__lock_commands] )) ||
_ordinary__subcmd__help__subcmd__root__subcmd__lock_commands() {
local commands; commands=()
_describe -t commands 'ordinary help root lock commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__root__subcmd__logs_commands] )) ||
_ordinary__subcmd__help__subcmd__root__subcmd__logs_commands() {
local commands; commands=(
'sync:sync files, indexes and tables' \
'search:search the tantivy index' \
)
_describe -t commands 'ordinary help root logs commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__root__subcmd__logs__subcmd__search_commands] )) ||
_ordinary__subcmd__help__subcmd__root__subcmd__logs__subcmd__search_commands() {
local commands; commands=()
_describe -t commands 'ordinary help root logs search commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__root__subcmd__logs__subcmd__sync_commands] )) ||
_ordinary__subcmd__help__subcmd__root__subcmd__logs__subcmd__sync_commands() {
local commands; commands=(
'info:get information about remote and local log files' \
'file:sync a single file' \
'all:repair local state for all out of sync (⚠️) and remote files not yet downloaded (❌)' \
)
_describe -t commands 'ordinary help root logs sync commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__root__subcmd__logs__subcmd__sync__subcmd__all_commands] )) ||
_ordinary__subcmd__help__subcmd__root__subcmd__logs__subcmd__sync__subcmd__all_commands() {
local commands; commands=()
_describe -t commands 'ordinary help root logs sync all commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__root__subcmd__logs__subcmd__sync__subcmd__file_commands] )) ||
_ordinary__subcmd__help__subcmd__root__subcmd__logs__subcmd__sync__subcmd__file_commands() {
local commands; commands=()
_describe -t commands 'ordinary help root logs sync file commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__root__subcmd__logs__subcmd__sync__subcmd__info_commands] )) ||
_ordinary__subcmd__help__subcmd__root__subcmd__logs__subcmd__sync__subcmd__info_commands() {
local commands; commands=()
_describe -t commands 'ordinary help root logs sync info commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__root__subcmd__unlock_commands] )) ||
_ordinary__subcmd__help__subcmd__root__subcmd__unlock_commands() {
local commands; commands=()
_describe -t commands 'ordinary help root unlock commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__secrets_commands] )) ||
_ordinary__subcmd__help__subcmd__secrets_commands() {
local commands; commands=(
'store:store an application secret' \
)
_describe -t commands 'ordinary help secrets commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__secrets__subcmd__store_commands] )) ||
_ordinary__subcmd__help__subcmd__secrets__subcmd__store_commands() {
local commands; commands=()
_describe -t commands 'ordinary help secrets store commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__ssg_commands] )) ||
_ordinary__subcmd__help__subcmd__ssg_commands() {
local commands; commands=(
'init:generate an \`ordinary.json\` config to deploy your SSG to a running instance of \`ordinaryd\`' \
)
_describe -t commands 'ordinary help ssg commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__ssg__subcmd__init_commands] )) ||
_ordinary__subcmd__help__subcmd__ssg__subcmd__init_commands() {
local commands; commands=()
_describe -t commands 'ordinary help ssg init commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__start_commands] )) ||
_ordinary__subcmd__help__subcmd__start_commands() {
local commands; commands=()
_describe -t commands 'ordinary help start commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__templates_commands] )) ||
_ordinary__subcmd__help__subcmd__templates_commands() {
local commands; commands=(
'add:add a new template to the Ordinary project' \
'upload:upload templates to application running on \`ordinaryd\` instance' \
)
_describe -t commands 'ordinary help templates commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__templates__subcmd__add_commands] )) ||
_ordinary__subcmd__help__subcmd__templates__subcmd__add_commands() {
local commands; commands=()
_describe -t commands 'ordinary help templates add commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__templates__subcmd__upload_commands] )) ||
_ordinary__subcmd__help__subcmd__templates__subcmd__upload_commands() {
local commands; commands=()
_describe -t commands 'ordinary help templates upload commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__utils_commands] )) ||
_ordinary__subcmd__help__subcmd__utils_commands() {
local commands; commands=(
'uuid:generate a UUID' \
'timestamp:generate a UNIX timestamp for the current time (i.e. \`date +%s\`)' \
'html:utilities for managing HTML files' \
'css:utilities for managing CSS files' \
'js:utilities for managing JavaScript files' \
'markdown:utilities for manipulating Markdown files' \
'exif:utilities for manipulating exif data' \
'wasm-opt:\[\`wasm-opt\`\](https\://github.com/WebAssembly/binaryen#wasm-opt) command' \
)
_describe -t commands 'ordinary help utils commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__utils__subcmd__css_commands] )) ||
_ordinary__subcmd__help__subcmd__utils__subcmd__css_commands() {
local commands; commands=(
'minify:minify CSS files' \
)
_describe -t commands 'ordinary help utils css commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__utils__subcmd__css__subcmd__minify_commands] )) ||
_ordinary__subcmd__help__subcmd__utils__subcmd__css__subcmd__minify_commands() {
local commands; commands=()
_describe -t commands 'ordinary help utils css minify commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__utils__subcmd__exif_commands] )) ||
_ordinary__subcmd__help__subcmd__utils__subcmd__exif_commands() {
local commands; commands=(
'tool:\[\`exiftool\`\](https\://exiftool.org) command' \
)
_describe -t commands 'ordinary help utils exif commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__utils__subcmd__exif__subcmd__tool_commands] )) ||
_ordinary__subcmd__help__subcmd__utils__subcmd__exif__subcmd__tool_commands() {
local commands; commands=()
_describe -t commands 'ordinary help utils exif tool commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__utils__subcmd__html_commands] )) ||
_ordinary__subcmd__help__subcmd__utils__subcmd__html_commands() {
local commands; commands=(
'minify:minify HTML files' \
)
_describe -t commands 'ordinary help utils html commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__utils__subcmd__html__subcmd__minify_commands] )) ||
_ordinary__subcmd__help__subcmd__utils__subcmd__html__subcmd__minify_commands() {
local commands; commands=()
_describe -t commands 'ordinary help utils html minify commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__utils__subcmd__js_commands] )) ||
_ordinary__subcmd__help__subcmd__utils__subcmd__js_commands() {
local commands; commands=(
'minify:minify JavaScript files' \
)
_describe -t commands 'ordinary help utils js commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__utils__subcmd__js__subcmd__minify_commands] )) ||
_ordinary__subcmd__help__subcmd__utils__subcmd__js__subcmd__minify_commands() {
local commands; commands=()
_describe -t commands 'ordinary help utils js minify commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__utils__subcmd__markdown_commands] )) ||
_ordinary__subcmd__help__subcmd__utils__subcmd__markdown_commands() {
local commands; commands=(
'to-html:process and place an .html file next to the referenced .md file' \
)
_describe -t commands 'ordinary help utils markdown commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__utils__subcmd__markdown__subcmd__to-html_commands] )) ||
_ordinary__subcmd__help__subcmd__utils__subcmd__markdown__subcmd__to-html_commands() {
local commands; commands=()
_describe -t commands 'ordinary help utils markdown to-html commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__utils__subcmd__timestamp_commands] )) ||
_ordinary__subcmd__help__subcmd__utils__subcmd__timestamp_commands() {
local commands; commands=()
_describe -t commands 'ordinary help utils timestamp commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__utils__subcmd__uuid_commands] )) ||
_ordinary__subcmd__help__subcmd__utils__subcmd__uuid_commands() {
local commands; commands=()
_describe -t commands 'ordinary help utils uuid commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__help__subcmd__utils__subcmd__wasm-opt_commands] )) ||
_ordinary__subcmd__help__subcmd__utils__subcmd__wasm-opt_commands() {
local commands; commands=()
_describe -t commands 'ordinary help utils wasm-opt commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__integrations_commands] )) ||
_ordinary__subcmd__integrations_commands() {
local commands; commands=(
'add:add a new integration to your Ordinary project' \
'help:Print this message or the help of the given subcommand(s)' \
)
_describe -t commands 'ordinary integrations commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__integrations__subcmd__add_commands] )) ||
_ordinary__subcmd__integrations__subcmd__add_commands() {
local commands; commands=()
_describe -t commands 'ordinary integrations add commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__integrations__subcmd__help_commands] )) ||
_ordinary__subcmd__integrations__subcmd__help_commands() {
local commands; commands=(
'add:add a new integration to your Ordinary project' \
'help:Print this message or the help of the given subcommand(s)' \
)
_describe -t commands 'ordinary integrations help commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__integrations__subcmd__help__subcmd__add_commands] )) ||
_ordinary__subcmd__integrations__subcmd__help__subcmd__add_commands() {
local commands; commands=()
_describe -t commands 'ordinary integrations help add commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__integrations__subcmd__help__subcmd__help_commands] )) ||
_ordinary__subcmd__integrations__subcmd__help__subcmd__help_commands() {
local commands; commands=()
_describe -t commands 'ordinary integrations help help commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__models_commands] )) ||
_ordinary__subcmd__models_commands() {
local commands; commands=(
'add:add a new model to your Ordinary project' \
'items:manage model items for the application running on an \`ordinaryd\` instance' \
'help:Print this message or the help of the given subcommand(s)' \
)
_describe -t commands 'ordinary models commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__models__subcmd__add_commands] )) ||
_ordinary__subcmd__models__subcmd__add_commands() {
local commands; commands=()
_describe -t commands 'ordinary models add commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__models__subcmd__help_commands] )) ||
_ordinary__subcmd__models__subcmd__help_commands() {
local commands; commands=(
'add:add a new model to your Ordinary project' \
'items:manage model items for the application running on an \`ordinaryd\` instance' \
'help:Print this message or the help of the given subcommand(s)' \
)
_describe -t commands 'ordinary models help commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__models__subcmd__help__subcmd__add_commands] )) ||
_ordinary__subcmd__models__subcmd__help__subcmd__add_commands() {
local commands; commands=()
_describe -t commands 'ordinary models help add commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__models__subcmd__help__subcmd__help_commands] )) ||
_ordinary__subcmd__models__subcmd__help__subcmd__help_commands() {
local commands; commands=()
_describe -t commands 'ordinary models help help commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__models__subcmd__help__subcmd__items_commands] )) ||
_ordinary__subcmd__models__subcmd__help__subcmd__items_commands() {
local commands; commands=(
'list:list model items for the application running on an \`ordinaryd\` instance' \
)
_describe -t commands 'ordinary models help items commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__models__subcmd__help__subcmd__items__subcmd__list_commands] )) ||
_ordinary__subcmd__models__subcmd__help__subcmd__items__subcmd__list_commands() {
local commands; commands=()
_describe -t commands 'ordinary models help items list commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__models__subcmd__items_commands] )) ||
_ordinary__subcmd__models__subcmd__items_commands() {
local commands; commands=(
'list:list model items for the application running on an \`ordinaryd\` instance' \
'help:Print this message or the help of the given subcommand(s)' \
)
_describe -t commands 'ordinary models items commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__models__subcmd__items__subcmd__help_commands] )) ||
_ordinary__subcmd__models__subcmd__items__subcmd__help_commands() {
local commands; commands=(
'list:list model items for the application running on an \`ordinaryd\` instance' \
'help:Print this message or the help of the given subcommand(s)' \
)
_describe -t commands 'ordinary models items help commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__models__subcmd__items__subcmd__help__subcmd__help_commands] )) ||
_ordinary__subcmd__models__subcmd__items__subcmd__help__subcmd__help_commands() {
local commands; commands=()
_describe -t commands 'ordinary models items help help commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__models__subcmd__items__subcmd__help__subcmd__list_commands] )) ||
_ordinary__subcmd__models__subcmd__items__subcmd__help__subcmd__list_commands() {
local commands; commands=()
_describe -t commands 'ordinary models items help list commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__models__subcmd__items__subcmd__list_commands] )) ||
_ordinary__subcmd__models__subcmd__items__subcmd__list_commands() {
local commands; commands=()
_describe -t commands 'ordinary models items list commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__new_commands] )) ||
_ordinary__subcmd__new_commands() {
local commands; commands=()
_describe -t commands 'ordinary new commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__publish_commands] )) ||
_ordinary__subcmd__publish_commands() {
local commands; commands=()
_describe -t commands 'ordinary publish commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__root_commands] )) ||
_ordinary__subcmd__root_commands() {
local commands; commands=(
'info:get system and process info for the Ordinary API server' \
'logs:query system and application logs' \
'lock:lock resources to prevent abuse' \
'unlock:unlock resources upon resolution' \
'help:Print this message or the help of the given subcommand(s)' \
)
_describe -t commands 'ordinary root commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__root__subcmd__help_commands] )) ||
_ordinary__subcmd__root__subcmd__help_commands() {
local commands; commands=(
'info:get system and process info for the Ordinary API server' \
'logs:query system and application logs' \
'lock:lock resources to prevent abuse' \
'unlock:unlock resources upon resolution' \
'help:Print this message or the help of the given subcommand(s)' \
)
_describe -t commands 'ordinary root help commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__root__subcmd__help__subcmd__help_commands] )) ||
_ordinary__subcmd__root__subcmd__help__subcmd__help_commands() {
local commands; commands=()
_describe -t commands 'ordinary root help help commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__root__subcmd__help__subcmd__info_commands] )) ||
_ordinary__subcmd__root__subcmd__help__subcmd__info_commands() {
local commands; commands=()
_describe -t commands 'ordinary root help info commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__root__subcmd__help__subcmd__lock_commands] )) ||
_ordinary__subcmd__root__subcmd__help__subcmd__lock_commands() {
local commands; commands=()
_describe -t commands 'ordinary root help lock commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__root__subcmd__help__subcmd__logs_commands] )) ||
_ordinary__subcmd__root__subcmd__help__subcmd__logs_commands() {
local commands; commands=(
'sync:sync files, indexes and tables' \
'search:search the tantivy index' \
)
_describe -t commands 'ordinary root help logs commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__root__subcmd__help__subcmd__logs__subcmd__search_commands] )) ||
_ordinary__subcmd__root__subcmd__help__subcmd__logs__subcmd__search_commands() {
local commands; commands=()
_describe -t commands 'ordinary root help logs search commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__root__subcmd__help__subcmd__logs__subcmd__sync_commands] )) ||
_ordinary__subcmd__root__subcmd__help__subcmd__logs__subcmd__sync_commands() {
local commands; commands=(
'info:get information about remote and local log files' \
'file:sync a single file' \
'all:repair local state for all out of sync (⚠️) and remote files not yet downloaded (❌)' \
)
_describe -t commands 'ordinary root help logs sync commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__root__subcmd__help__subcmd__logs__subcmd__sync__subcmd__all_commands] )) ||
_ordinary__subcmd__root__subcmd__help__subcmd__logs__subcmd__sync__subcmd__all_commands() {
local commands; commands=()
_describe -t commands 'ordinary root help logs sync all commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__root__subcmd__help__subcmd__logs__subcmd__sync__subcmd__file_commands] )) ||
_ordinary__subcmd__root__subcmd__help__subcmd__logs__subcmd__sync__subcmd__file_commands() {
local commands; commands=()
_describe -t commands 'ordinary root help logs sync file commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__root__subcmd__help__subcmd__logs__subcmd__sync__subcmd__info_commands] )) ||
_ordinary__subcmd__root__subcmd__help__subcmd__logs__subcmd__sync__subcmd__info_commands() {
local commands; commands=()
_describe -t commands 'ordinary root help logs sync info commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__root__subcmd__help__subcmd__unlock_commands] )) ||
_ordinary__subcmd__root__subcmd__help__subcmd__unlock_commands() {
local commands; commands=()
_describe -t commands 'ordinary root help unlock commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__root__subcmd__info_commands] )) ||
_ordinary__subcmd__root__subcmd__info_commands() {
local commands; commands=()
_describe -t commands 'ordinary root info commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__root__subcmd__lock_commands] )) ||
_ordinary__subcmd__root__subcmd__lock_commands() {
local commands; commands=()
_describe -t commands 'ordinary root lock commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__root__subcmd__logs_commands] )) ||
_ordinary__subcmd__root__subcmd__logs_commands() {
local commands; commands=(
'sync:sync files, indexes and tables' \
'search:search the tantivy index' \
'help:Print this message or the help of the given subcommand(s)' \
)
_describe -t commands 'ordinary root logs commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__root__subcmd__logs__subcmd__help_commands] )) ||
_ordinary__subcmd__root__subcmd__logs__subcmd__help_commands() {
local commands; commands=(
'sync:sync files, indexes and tables' \
'search:search the tantivy index' \
'help:Print this message or the help of the given subcommand(s)' \
)
_describe -t commands 'ordinary root logs help commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__root__subcmd__logs__subcmd__help__subcmd__help_commands] )) ||
_ordinary__subcmd__root__subcmd__logs__subcmd__help__subcmd__help_commands() {
local commands; commands=()
_describe -t commands 'ordinary root logs help help commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__root__subcmd__logs__subcmd__help__subcmd__search_commands] )) ||
_ordinary__subcmd__root__subcmd__logs__subcmd__help__subcmd__search_commands() {
local commands; commands=()
_describe -t commands 'ordinary root logs help search commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__root__subcmd__logs__subcmd__help__subcmd__sync_commands] )) ||
_ordinary__subcmd__root__subcmd__logs__subcmd__help__subcmd__sync_commands() {
local commands; commands=(
'info:get information about remote and local log files' \
'file:sync a single file' \
'all:repair local state for all out of sync (⚠️) and remote files not yet downloaded (❌)' \
)
_describe -t commands 'ordinary root logs help sync commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__root__subcmd__logs__subcmd__help__subcmd__sync__subcmd__all_commands] )) ||
_ordinary__subcmd__root__subcmd__logs__subcmd__help__subcmd__sync__subcmd__all_commands() {
local commands; commands=()
_describe -t commands 'ordinary root logs help sync all commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__root__subcmd__logs__subcmd__help__subcmd__sync__subcmd__file_commands] )) ||
_ordinary__subcmd__root__subcmd__logs__subcmd__help__subcmd__sync__subcmd__file_commands() {
local commands; commands=()
_describe -t commands 'ordinary root logs help sync file commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__root__subcmd__logs__subcmd__help__subcmd__sync__subcmd__info_commands] )) ||
_ordinary__subcmd__root__subcmd__logs__subcmd__help__subcmd__sync__subcmd__info_commands() {
local commands; commands=()
_describe -t commands 'ordinary root logs help sync info commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__root__subcmd__logs__subcmd__search_commands] )) ||
_ordinary__subcmd__root__subcmd__logs__subcmd__search_commands() {
local commands; commands=()
_describe -t commands 'ordinary root logs search commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__root__subcmd__logs__subcmd__sync_commands] )) ||
_ordinary__subcmd__root__subcmd__logs__subcmd__sync_commands() {
local commands; commands=(
'info:get information about remote and local log files' \
'file:sync a single file' \
'all:repair local state for all out of sync (⚠️) and remote files not yet downloaded (❌)' \
'help:Print this message or the help of the given subcommand(s)' \
)
_describe -t commands 'ordinary root logs sync commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__root__subcmd__logs__subcmd__sync__subcmd__all_commands] )) ||
_ordinary__subcmd__root__subcmd__logs__subcmd__sync__subcmd__all_commands() {
local commands; commands=()
_describe -t commands 'ordinary root logs sync all commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__root__subcmd__logs__subcmd__sync__subcmd__file_commands] )) ||
_ordinary__subcmd__root__subcmd__logs__subcmd__sync__subcmd__file_commands() {
local commands; commands=()
_describe -t commands 'ordinary root logs sync file commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__root__subcmd__logs__subcmd__sync__subcmd__help_commands] )) ||
_ordinary__subcmd__root__subcmd__logs__subcmd__sync__subcmd__help_commands() {
local commands; commands=(
'info:get information about remote and local log files' \
'file:sync a single file' \
'all:repair local state for all out of sync (⚠️) and remote files not yet downloaded (❌)' \
'help:Print this message or the help of the given subcommand(s)' \
)
_describe -t commands 'ordinary root logs sync help commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__root__subcmd__logs__subcmd__sync__subcmd__help__subcmd__all_commands] )) ||
_ordinary__subcmd__root__subcmd__logs__subcmd__sync__subcmd__help__subcmd__all_commands() {
local commands; commands=()
_describe -t commands 'ordinary root logs sync help all commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__root__subcmd__logs__subcmd__sync__subcmd__help__subcmd__file_commands] )) ||
_ordinary__subcmd__root__subcmd__logs__subcmd__sync__subcmd__help__subcmd__file_commands() {
local commands; commands=()
_describe -t commands 'ordinary root logs sync help file commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__root__subcmd__logs__subcmd__sync__subcmd__help__subcmd__help_commands] )) ||
_ordinary__subcmd__root__subcmd__logs__subcmd__sync__subcmd__help__subcmd__help_commands() {
local commands; commands=()
_describe -t commands 'ordinary root logs sync help help commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__root__subcmd__logs__subcmd__sync__subcmd__help__subcmd__info_commands] )) ||
_ordinary__subcmd__root__subcmd__logs__subcmd__sync__subcmd__help__subcmd__info_commands() {
local commands; commands=()
_describe -t commands 'ordinary root logs sync help info commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__root__subcmd__logs__subcmd__sync__subcmd__info_commands] )) ||
_ordinary__subcmd__root__subcmd__logs__subcmd__sync__subcmd__info_commands() {
local commands; commands=()
_describe -t commands 'ordinary root logs sync info commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__root__subcmd__unlock_commands] )) ||
_ordinary__subcmd__root__subcmd__unlock_commands() {
local commands; commands=()
_describe -t commands 'ordinary root unlock commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__secrets_commands] )) ||
_ordinary__subcmd__secrets_commands() {
local commands; commands=(
'store:store an application secret' \
'help:Print this message or the help of the given subcommand(s)' \
)
_describe -t commands 'ordinary secrets commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__secrets__subcmd__help_commands] )) ||
_ordinary__subcmd__secrets__subcmd__help_commands() {
local commands; commands=(
'store:store an application secret' \
'help:Print this message or the help of the given subcommand(s)' \
)
_describe -t commands 'ordinary secrets help commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__secrets__subcmd__help__subcmd__help_commands] )) ||
_ordinary__subcmd__secrets__subcmd__help__subcmd__help_commands() {
local commands; commands=()
_describe -t commands 'ordinary secrets help help commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__secrets__subcmd__help__subcmd__store_commands] )) ||
_ordinary__subcmd__secrets__subcmd__help__subcmd__store_commands() {
local commands; commands=()
_describe -t commands 'ordinary secrets help store commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__secrets__subcmd__store_commands] )) ||
_ordinary__subcmd__secrets__subcmd__store_commands() {
local commands; commands=()
_describe -t commands 'ordinary secrets store commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__ssg_commands] )) ||
_ordinary__subcmd__ssg_commands() {
local commands; commands=(
'init:generate an \`ordinary.json\` config to deploy your SSG to a running instance of \`ordinaryd\`' \
'help:Print this message or the help of the given subcommand(s)' \
)
_describe -t commands 'ordinary ssg commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__ssg__subcmd__help_commands] )) ||
_ordinary__subcmd__ssg__subcmd__help_commands() {
local commands; commands=(
'init:generate an \`ordinary.json\` config to deploy your SSG to a running instance of \`ordinaryd\`' \
'help:Print this message or the help of the given subcommand(s)' \
)
_describe -t commands 'ordinary ssg help commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__ssg__subcmd__help__subcmd__help_commands] )) ||
_ordinary__subcmd__ssg__subcmd__help__subcmd__help_commands() {
local commands; commands=()
_describe -t commands 'ordinary ssg help help commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__ssg__subcmd__help__subcmd__init_commands] )) ||
_ordinary__subcmd__ssg__subcmd__help__subcmd__init_commands() {
local commands; commands=()
_describe -t commands 'ordinary ssg help init commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__ssg__subcmd__init_commands] )) ||
_ordinary__subcmd__ssg__subcmd__init_commands() {
local commands; commands=()
_describe -t commands 'ordinary ssg init commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__start_commands] )) ||
_ordinary__subcmd__start_commands() {
local commands; commands=()
_describe -t commands 'ordinary start commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__templates_commands] )) ||
_ordinary__subcmd__templates_commands() {
local commands; commands=(
'add:add a new template to the Ordinary project' \
'upload:upload templates to application running on \`ordinaryd\` instance' \
'help:Print this message or the help of the given subcommand(s)' \
)
_describe -t commands 'ordinary templates commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__templates__subcmd__add_commands] )) ||
_ordinary__subcmd__templates__subcmd__add_commands() {
local commands; commands=()
_describe -t commands 'ordinary templates add commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__templates__subcmd__help_commands] )) ||
_ordinary__subcmd__templates__subcmd__help_commands() {
local commands; commands=(
'add:add a new template to the Ordinary project' \
'upload:upload templates to application running on \`ordinaryd\` instance' \
'help:Print this message or the help of the given subcommand(s)' \
)
_describe -t commands 'ordinary templates help commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__templates__subcmd__help__subcmd__add_commands] )) ||
_ordinary__subcmd__templates__subcmd__help__subcmd__add_commands() {
local commands; commands=()
_describe -t commands 'ordinary templates help add commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__templates__subcmd__help__subcmd__help_commands] )) ||
_ordinary__subcmd__templates__subcmd__help__subcmd__help_commands() {
local commands; commands=()
_describe -t commands 'ordinary templates help help commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__templates__subcmd__help__subcmd__upload_commands] )) ||
_ordinary__subcmd__templates__subcmd__help__subcmd__upload_commands() {
local commands; commands=()
_describe -t commands 'ordinary templates help upload commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__templates__subcmd__upload_commands] )) ||
_ordinary__subcmd__templates__subcmd__upload_commands() {
local commands; commands=()
_describe -t commands 'ordinary templates upload commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__utils_commands] )) ||
_ordinary__subcmd__utils_commands() {
local commands; commands=(
'uuid:generate a UUID' \
'timestamp:generate a UNIX timestamp for the current time (i.e. \`date +%s\`)' \
'html:utilities for managing HTML files' \
'css:utilities for managing CSS files' \
'js:utilities for managing JavaScript files' \
'markdown:utilities for manipulating Markdown files' \
'exif:utilities for manipulating exif data' \
'wasm-opt:\[\`wasm-opt\`\](https\://github.com/WebAssembly/binaryen#wasm-opt) command' \
'help:Print this message or the help of the given subcommand(s)' \
)
_describe -t commands 'ordinary utils commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__utils__subcmd__css_commands] )) ||
_ordinary__subcmd__utils__subcmd__css_commands() {
local commands; commands=(
'minify:minify CSS files' \
'help:Print this message or the help of the given subcommand(s)' \
)
_describe -t commands 'ordinary utils css commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__utils__subcmd__css__subcmd__help_commands] )) ||
_ordinary__subcmd__utils__subcmd__css__subcmd__help_commands() {
local commands; commands=(
'minify:minify CSS files' \
'help:Print this message or the help of the given subcommand(s)' \
)
_describe -t commands 'ordinary utils css help commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__utils__subcmd__css__subcmd__help__subcmd__help_commands] )) ||
_ordinary__subcmd__utils__subcmd__css__subcmd__help__subcmd__help_commands() {
local commands; commands=()
_describe -t commands 'ordinary utils css help help commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__utils__subcmd__css__subcmd__help__subcmd__minify_commands] )) ||
_ordinary__subcmd__utils__subcmd__css__subcmd__help__subcmd__minify_commands() {
local commands; commands=()
_describe -t commands 'ordinary utils css help minify commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__utils__subcmd__css__subcmd__minify_commands] )) ||
_ordinary__subcmd__utils__subcmd__css__subcmd__minify_commands() {
local commands; commands=()
_describe -t commands 'ordinary utils css minify commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__utils__subcmd__exif_commands] )) ||
_ordinary__subcmd__utils__subcmd__exif_commands() {
local commands; commands=(
'tool:\[\`exiftool\`\](https\://exiftool.org) command' \
'help:Print this message or the help of the given subcommand(s)' \
)
_describe -t commands 'ordinary utils exif commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__utils__subcmd__exif__subcmd__help_commands] )) ||
_ordinary__subcmd__utils__subcmd__exif__subcmd__help_commands() {
local commands; commands=(
'tool:\[\`exiftool\`\](https\://exiftool.org) command' \
'help:Print this message or the help of the given subcommand(s)' \
)
_describe -t commands 'ordinary utils exif help commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__utils__subcmd__exif__subcmd__help__subcmd__help_commands] )) ||
_ordinary__subcmd__utils__subcmd__exif__subcmd__help__subcmd__help_commands() {
local commands; commands=()
_describe -t commands 'ordinary utils exif help help commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__utils__subcmd__exif__subcmd__help__subcmd__tool_commands] )) ||
_ordinary__subcmd__utils__subcmd__exif__subcmd__help__subcmd__tool_commands() {
local commands; commands=()
_describe -t commands 'ordinary utils exif help tool commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__utils__subcmd__exif__subcmd__tool_commands] )) ||
_ordinary__subcmd__utils__subcmd__exif__subcmd__tool_commands() {
local commands; commands=()
_describe -t commands 'ordinary utils exif tool commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__utils__subcmd__help_commands] )) ||
_ordinary__subcmd__utils__subcmd__help_commands() {
local commands; commands=(
'uuid:generate a UUID' \
'timestamp:generate a UNIX timestamp for the current time (i.e. \`date +%s\`)' \
'html:utilities for managing HTML files' \
'css:utilities for managing CSS files' \
'js:utilities for managing JavaScript files' \
'markdown:utilities for manipulating Markdown files' \
'exif:utilities for manipulating exif data' \
'wasm-opt:\[\`wasm-opt\`\](https\://github.com/WebAssembly/binaryen#wasm-opt) command' \
'help:Print this message or the help of the given subcommand(s)' \
)
_describe -t commands 'ordinary utils help commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__utils__subcmd__help__subcmd__css_commands] )) ||
_ordinary__subcmd__utils__subcmd__help__subcmd__css_commands() {
local commands; commands=(
'minify:minify CSS files' \
)
_describe -t commands 'ordinary utils help css commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__utils__subcmd__help__subcmd__css__subcmd__minify_commands] )) ||
_ordinary__subcmd__utils__subcmd__help__subcmd__css__subcmd__minify_commands() {
local commands; commands=()
_describe -t commands 'ordinary utils help css minify commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__utils__subcmd__help__subcmd__exif_commands] )) ||
_ordinary__subcmd__utils__subcmd__help__subcmd__exif_commands() {
local commands; commands=(
'tool:\[\`exiftool\`\](https\://exiftool.org) command' \
)
_describe -t commands 'ordinary utils help exif commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__utils__subcmd__help__subcmd__exif__subcmd__tool_commands] )) ||
_ordinary__subcmd__utils__subcmd__help__subcmd__exif__subcmd__tool_commands() {
local commands; commands=()
_describe -t commands 'ordinary utils help exif tool commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__utils__subcmd__help__subcmd__help_commands] )) ||
_ordinary__subcmd__utils__subcmd__help__subcmd__help_commands() {
local commands; commands=()
_describe -t commands 'ordinary utils help help commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__utils__subcmd__help__subcmd__html_commands] )) ||
_ordinary__subcmd__utils__subcmd__help__subcmd__html_commands() {
local commands; commands=(
'minify:minify HTML files' \
)
_describe -t commands 'ordinary utils help html commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__utils__subcmd__help__subcmd__html__subcmd__minify_commands] )) ||
_ordinary__subcmd__utils__subcmd__help__subcmd__html__subcmd__minify_commands() {
local commands; commands=()
_describe -t commands 'ordinary utils help html minify commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__utils__subcmd__help__subcmd__js_commands] )) ||
_ordinary__subcmd__utils__subcmd__help__subcmd__js_commands() {
local commands; commands=(
'minify:minify JavaScript files' \
)
_describe -t commands 'ordinary utils help js commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__utils__subcmd__help__subcmd__js__subcmd__minify_commands] )) ||
_ordinary__subcmd__utils__subcmd__help__subcmd__js__subcmd__minify_commands() {
local commands; commands=()
_describe -t commands 'ordinary utils help js minify commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__utils__subcmd__help__subcmd__markdown_commands] )) ||
_ordinary__subcmd__utils__subcmd__help__subcmd__markdown_commands() {
local commands; commands=(
'to-html:process and place an .html file next to the referenced .md file' \
)
_describe -t commands 'ordinary utils help markdown commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__utils__subcmd__help__subcmd__markdown__subcmd__to-html_commands] )) ||
_ordinary__subcmd__utils__subcmd__help__subcmd__markdown__subcmd__to-html_commands() {
local commands; commands=()
_describe -t commands 'ordinary utils help markdown to-html commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__utils__subcmd__help__subcmd__timestamp_commands] )) ||
_ordinary__subcmd__utils__subcmd__help__subcmd__timestamp_commands() {
local commands; commands=()
_describe -t commands 'ordinary utils help timestamp commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__utils__subcmd__help__subcmd__uuid_commands] )) ||
_ordinary__subcmd__utils__subcmd__help__subcmd__uuid_commands() {
local commands; commands=()
_describe -t commands 'ordinary utils help uuid commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__utils__subcmd__help__subcmd__wasm-opt_commands] )) ||
_ordinary__subcmd__utils__subcmd__help__subcmd__wasm-opt_commands() {
local commands; commands=()
_describe -t commands 'ordinary utils help wasm-opt commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__utils__subcmd__html_commands] )) ||
_ordinary__subcmd__utils__subcmd__html_commands() {
local commands; commands=(
'minify:minify HTML files' \
'help:Print this message or the help of the given subcommand(s)' \
)
_describe -t commands 'ordinary utils html commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__utils__subcmd__html__subcmd__help_commands] )) ||
_ordinary__subcmd__utils__subcmd__html__subcmd__help_commands() {
local commands; commands=(
'minify:minify HTML files' \
'help:Print this message or the help of the given subcommand(s)' \
)
_describe -t commands 'ordinary utils html help commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__utils__subcmd__html__subcmd__help__subcmd__help_commands] )) ||
_ordinary__subcmd__utils__subcmd__html__subcmd__help__subcmd__help_commands() {
local commands; commands=()
_describe -t commands 'ordinary utils html help help commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__utils__subcmd__html__subcmd__help__subcmd__minify_commands] )) ||
_ordinary__subcmd__utils__subcmd__html__subcmd__help__subcmd__minify_commands() {
local commands; commands=()
_describe -t commands 'ordinary utils html help minify commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__utils__subcmd__html__subcmd__minify_commands] )) ||
_ordinary__subcmd__utils__subcmd__html__subcmd__minify_commands() {
local commands; commands=()
_describe -t commands 'ordinary utils html minify commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__utils__subcmd__js_commands] )) ||
_ordinary__subcmd__utils__subcmd__js_commands() {
local commands; commands=(
'minify:minify JavaScript files' \
'help:Print this message or the help of the given subcommand(s)' \
)
_describe -t commands 'ordinary utils js commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__utils__subcmd__js__subcmd__help_commands] )) ||
_ordinary__subcmd__utils__subcmd__js__subcmd__help_commands() {
local commands; commands=(
'minify:minify JavaScript files' \
'help:Print this message or the help of the given subcommand(s)' \
)
_describe -t commands 'ordinary utils js help commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__utils__subcmd__js__subcmd__help__subcmd__help_commands] )) ||
_ordinary__subcmd__utils__subcmd__js__subcmd__help__subcmd__help_commands() {
local commands; commands=()
_describe -t commands 'ordinary utils js help help commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__utils__subcmd__js__subcmd__help__subcmd__minify_commands] )) ||
_ordinary__subcmd__utils__subcmd__js__subcmd__help__subcmd__minify_commands() {
local commands; commands=()
_describe -t commands 'ordinary utils js help minify commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__utils__subcmd__js__subcmd__minify_commands] )) ||
_ordinary__subcmd__utils__subcmd__js__subcmd__minify_commands() {
local commands; commands=()
_describe -t commands 'ordinary utils js minify commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__utils__subcmd__markdown_commands] )) ||
_ordinary__subcmd__utils__subcmd__markdown_commands() {
local commands; commands=(
'to-html:process and place an .html file next to the referenced .md file' \
'help:Print this message or the help of the given subcommand(s)' \
)
_describe -t commands 'ordinary utils markdown commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__utils__subcmd__markdown__subcmd__help_commands] )) ||
_ordinary__subcmd__utils__subcmd__markdown__subcmd__help_commands() {
local commands; commands=(
'to-html:process and place an .html file next to the referenced .md file' \
'help:Print this message or the help of the given subcommand(s)' \
)
_describe -t commands 'ordinary utils markdown help commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__utils__subcmd__markdown__subcmd__help__subcmd__help_commands] )) ||
_ordinary__subcmd__utils__subcmd__markdown__subcmd__help__subcmd__help_commands() {
local commands; commands=()
_describe -t commands 'ordinary utils markdown help help commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__utils__subcmd__markdown__subcmd__help__subcmd__to-html_commands] )) ||
_ordinary__subcmd__utils__subcmd__markdown__subcmd__help__subcmd__to-html_commands() {
local commands; commands=()
_describe -t commands 'ordinary utils markdown help to-html commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__utils__subcmd__markdown__subcmd__to-html_commands] )) ||
_ordinary__subcmd__utils__subcmd__markdown__subcmd__to-html_commands() {
local commands; commands=()
_describe -t commands 'ordinary utils markdown to-html commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__utils__subcmd__timestamp_commands] )) ||
_ordinary__subcmd__utils__subcmd__timestamp_commands() {
local commands; commands=()
_describe -t commands 'ordinary utils timestamp commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__utils__subcmd__uuid_commands] )) ||
_ordinary__subcmd__utils__subcmd__uuid_commands() {
local commands; commands=()
_describe -t commands 'ordinary utils uuid commands' commands "$@"
}
(( $+functions[_ordinary__subcmd__utils__subcmd__wasm-opt_commands] )) ||
_ordinary__subcmd__utils__subcmd__wasm-opt_commands() {
local commands; commands=()
_describe -t commands 'ordinary utils wasm-opt commands' commands "$@"
}
if [ "$funcstack[1]" = "_ordinary" ]; then
_ordinary "$@"
else
compdef _ordinary ordinary
fi