cf-cli-find-app-plugin

command module
v0.0.0-...-4db2e52 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 24, 2023 License: MIT Imports: 6 Imported by: 0

README

Overview

This cf cli plugin allows users to search for application names that contain the given search string. This plugin is implemented following the basic plugin provided by cloud foundry documentation.

Steps for installation

  1. Install Go
  2. Clone plugin source code git clone https://github.com/jaisonjose89m/cf-cli-find-app-plugin.git
  3. Build plugin
    1. Move to cf-cli-find-app-plugin folder and execute go build .
  4. Install plugin cf install-plugin <plugin_binary_path> -f

Usage guide

cf find-app <search_string>

Note: search_string should be a simple string. The plugin is not able to perform pattern matching with regex yet.

Example:

cf find-app webservice

Output:

[Name:"abcwebservice", State:"STARTED"]
[Name:"webserviceoq", State:"STARTED"]

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL