Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 576 Bytes

unload.rst

File metadata and controls

30 lines (19 loc) · 576 Bytes

Unload a Procfile application to gafferd

This command allows you to unload your Procfile application in gafferd.

Command line

$ gaffer unload [name] [url]

Arguments

name is the name of the group of process recoreded in gafferd. By default it will be the name of your project folder.You can use . to specify the current folder.

uri is the url to connect to a gaffer node. By default 'http://127.0.0.1:5000'

Options

--endpoint

Gaffer node URL to connect.