greymatter create
to create a specific object in the Grey Matter mesh. Objects can be zone
, proxy
, domain
, route
, shared_rules
, cluster
, catalog-mesh
, and catalog-service
.domain-catalog.json
with the following content:greymatter create domain < domain-catalog.json
will create the domain object from the given spec.EDITOR
environment variable, the greymatter
tool will open the editor of choice and let the user create the object directly.{}
; otherwise it will contain a skeleton listener object that looks something like the following indicating the fields that can be set:default
which will be used as a template by default without any flags. You can confirm this by running greymatter get listener default
. If you get an 400 error message when running the command, it will need to be set up by creating a default
listener just like any other listeners.listener-slo
- you can create a new listener by duplicating this listener and changing fields necessary by running: