Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
```
./hop-conf.sh \
-environment=project-a-dev-env \
-environment-create \
--environments-home="/Users/diethardsteiner/git/hop-docker/tests/project-a/config/project-a-dev-env"
Hop configuration file not found, not serializing: /Users/diethardsteiner/config/hop/config.json
2020/06/18 08:53:16 - hop-config - Creating environment 'project-a-dev-env'
2020/06/18 08:53:16 - hop-config - Environment 'project-a-dev-env' was created for home folder : /Users/diethardsteiner/git/hop-docker/tests/project-a/config/project-a-dev-env
```
=> environment.json is created, however, hop has no idea it exists. If config.json does not exist, the default behaviour should be to create it.
Attachments
Issue Links
- Blocked
-
HOP-2166 Improve first-time usage experience
- Resolved