Sha256: 91e9b943cd704d3ae2851f1d967344c812734527f8b711422eff820d5bf29390

Contents?: true

Size: 764 Bytes

Versions: 22

Compression:

Stored size: 764 Bytes

Contents

LIST VERB
  NAME: list
  SHORTCUT: .

  DESCRIPTION
    List out objects (and children) at the current context.
    When a path is provided, it will be listed instead of the
    current context.

    When using context, the current context will be shown, but
    when context has not been set, the root will be shown.

  SYNTAX
    list <path.to.object>

  PARAMETERS
    path.to.object - Optional path to object that will be listed.
                     When no path is provided, the current context is used.

  RESULT
    Object and children are listed out in the CLI.

  ERRORS
    Object does not exist
      - The object specified that is to be listed could not be found.

  EXAMPLE

    > list
    > list my.container
    > list root

  SEE ALSO
    context

Version data entries

22 entries across 22 versions & 2 rubygems

Version Path
gloo-lang-1.0.2 lib/gloo_lang/help/verbs/list.txt
gloo-1.0.0 lib/gloo/help/verbs/list.txt
gloo-lang-1.0.1 lib/gloo_lang/help/verbs/list.txt
gloo-lang-1.0.0 lib/gloo_lang/help/verbs/list.txt
gloo-lang-0.9.11 lib/gloo_lang/help/verbs/list.txt
gloo-lang-0.9.10 lib/gloo_lang/help/verbs/list.txt
gloo-lang-0.9.9 lib/gloo_lang/help/verbs/list.txt
gloo-lang-0.9.8 lib/gloo_lang/help/verbs/list.txt
gloo-lang-0.9.7 lib/gloo_lang/help/verbs/list.txt
gloo-lang-0.9.6 lib/gloo_lang/help/verbs/list.txt
gloo-lang-0.9.5 lib/gloo_lang/help/verbs/list.txt
gloo-lang-0.9.4 lib/gloo_lang/help/verbs/list.txt
gloo-lang-0.9.3 lib/gloo_lang/help/verbs/list.txt
gloo-0.8.0 lib/gloo/help/verbs/list.txt
gloo-0.7.7 lib/gloo/help/verbs/list.txt
gloo-0.7.6 lib/gloo/help/verbs/list.txt
gloo-0.7.5 lib/gloo/help/verbs/list.txt
gloo-0.7.4 lib/gloo/help/verbs/list.txt
gloo-0.7.3 lib/gloo/help/verbs/list.txt
gloo-0.7.2 lib/gloo/help/verbs/list.txt