redspread / spread

Docker to Kubernetes in one command
https://coreos.com
Apache License 2.0
1.84k stars 83 forks source link

Add objects to index #145

Closed mfburnett closed 8 years ago

mfburnett commented 8 years ago

Proposing a command spread add [-A] [-f --file <fileName>] [<objectPath>] [-i --ignore <fieldName>]

spread add Adds object(s) to index.

-A Adds all objects to the index.

-f --file Specifies objects by file or directory name.

Specifies objects by object path.

-i --ignore Ignores specified fields (.fieldName.fieldName....). We'll introduce aliases for certain commonly ignored fields.

mfburnett commented 8 years ago

Implemented with #165