Task: ops util

OpenServerless Utilities

Synopsis

Usage:
  util whoami
  util apihost
  util system
  util update-cli
  util check-operator-version <version>
  util secrets
  util nosecrets
  util user-secrets <username>
  util no-user-secrets <username>
  util kubectl <args>...
  util kubeconfig
  util kubeget <object> <jsonpath>
  util config <configjson> [--override] [--showhelp]
  util clean
  util upload [<folder>] [--batchsize=<batchsize>] [--verbose] [--clean]
  util add-secret <args>...
  util remove-secret <args>...
  util list-secrets
  util ingress-type
  util edit [<plugin>]
  util link-plugin <plugin>
  util stdtext <text>

Commands

-  whoami                  current user/namespace
-  apihost                 current apihost
-  system                  system info (<os>-<arch> in Go format)
-  update-cli              update the cli downloading the binary
-  check-operator-version  check if you need to update the operator
-  secrets                 generate system secrets
-  nosecrets               remove system secrets
-  user-secrets            generate user secrets for the given user
-  no-user-secrets         remove user secrets for the given user
-  kubectl                 execute kubectl on current kubeconfig
-  kubeconfig              export OVERWRITING current kubeconfig to ~/.kube/config
-  kubeget                 extract info from an object with a jsonpath
-  config                  update configuration file interactively
-  clean                   clean up the web bucket
-  upload                  uploads a folder to the web bucket in OpenServerless.
-  add-secret              add one or multiple secrets to user metadata
-  remove-secret           remove one or multiple secrets to user metadata
-  list-secrets            list secrets from user metadata
-  ingress-type            return the ingress type
-  edit                    edit (with vscode) the current tasks or a plugin
-  link-plugin             link the <plugin> in current directory to the global list
-  stdtext                 standardize the text to the text convetions of the underlying platform (windows/unix)

Options

  --showhelp               Show configuration tool help.
  --override               Override the current configuration.
  --verbose                Provide more details.
  --clean                  Remove all files from the web bucket before upload.
  --batchsize=<batchsize>  Number of concurrent web uploads
  --dry                    Dry Run