* Adds app commands for devfile components
* Fixes log messages and comments
* Fixes s2i app test script
* Fixes s2i local config components
* Removes devfile test for help
* Adds unit test cases for List()
* Updates integration tests
* Fixed alias in import
**What type of PR is this?**
> Uncomment only one ` /kind` line, and delete the rest.
> For example, `> /kind bug` would simply become: `/kind bug`
/kind code-refactoring
**What does does this PR do / why we need it**:
Updates the `.gitignore` for html and jekyll information. As I kept
having to `git clean` the dir.
**Which issue(s) this PR fixes**:
N/A
**How to test changes / Special notes to the reviewer**:
N/A
Signed-off-by: Charlie Drage <charlie@charliedrage.com>
This adds the odo website to the master branch of odo.
From here on out, we'll modify any site changes (layout and such) in the
root directory, while the `gh-pages` branch will contain the built / raw
html.
* renamed the config file
* broke the config into global and local config structs
* lookup added
* use the global config everywhere
* resolved tests
* resolved logs and application_test
* added support for global flag in utils config cli
* resolved failed tests
* resolved code climate issues
* updated help and added e2e test
* updated the cli reference
* added configuration check, common config and success message
* added check for user confirmation
* Resolved the failing config test
* add force flag
* not show default values when doing config view
* resolved failing tests
* created proxy New method and refactored to CVR pattern for global stuff
* resolved tests
* used the check in set local config
* local odo config created only when we set config
* added delete command and tests
* removed focus
* resolved code climate error
* resolved go ci issue
* resolved config tests
* CamelCased the config and regen the cli ref
* removed allNil check and added delete invalid error message
* renamed delete to unset and updated tests
* removed fit
* resolved local build issue