Giter Site home page Giter Site logo

Comments (2)

feedmeapples avatar feedmeapples commented on July 30, 2024

urfave issue urfave/cli#1113

from tctl.

feedmeapples avatar feedmeapples commented on July 30, 2024

closing as we won't have global flags in single binary https://github.com/temporalio/temporal-cli/

Also the flags are now grouped into categories

temporal workflow list -h
NAME:
   temporal workflow list - List Workflow Executions based on a Query

USAGE:
   temporal workflow list [command options] [arguments...]

OPTIONS:
   Client Options:

   --address value                          host:port for Temporal frontend service [$TEMPORAL_CLI_ADDRESS]
   --codec-auth value                       Authorization header to set for requests to Codec Server [$TEMPORAL_CLI_CODEC_AUTH]
   --codec-endpoint value                   Remote Codec Server Endpoint [$TEMPORAL_CLI_CODEC_ENDPOINT]
   --context-timeout value                  Optional timeout for context of RPC call in seconds (default: 5) [$TEMPORAL_CONTEXT_TIMEOUT]
   --env value                              Env name to read the client environment variables from (default: "default")
   --grpc-meta value [ --grpc-meta value ]  gRPC metadata to send with requests. Format: key=value. Use valid JSON formats for value
   --namespace value, -n value              Temporal workflow namespace (default: "default") [$TEMPORAL_CLI_NAMESPACE]
   --tls-ca-path value                      Path to server CA certificate [$TEMPORAL_CLI_TLS_CA]
   --tls-cert-path value                    Path to x509 certificate [$TEMPORAL_CLI_TLS_CERT]
   --tls-disable-host-verification          Disable tls host name verification (tls must be enabled) (default: false) [$TEMPORAL_CLI_TLS_DISABLE_HOST_VERIFICATION]
   --tls-key-path value                     Path to private key [$TEMPORAL_CLI_TLS_KEY]
   --tls-server-name value                  Override for target server name [$TEMPORAL_CLI_TLS_SERVER_NAME]

   Display Options:

   --color value             when to use color: auto, always, never. (default: "auto")
   --fields value            customize fields to print. Set to 'long' to automatically print more of main fields
   --limit value             number of items to print (default: 0)
   --no-pager, -P            disable interactive pager (default: false)
   --output value, -o value  format output as: table, json, card. (default: "table")
   --pager value             pager to use: less, more, favoritePager.. [$PAGER]
   --time-format value       format time as: relative, iso, raw. (default: "relative")

   Main Options:

   --archived               List archived Workflow Executions (EXPERIMENTAL) (default: false)
   --query value, -q value  Filter results using SQL like query. See https://docs.temporal.io/docs/tctl/workflow/list#--query for details

from tctl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.