Skip to content

Commit

Permalink
chore: updating known issues
Browse files Browse the repository at this point in the history
  • Loading branch information
reubenmiller committed May 22, 2021
1 parent 8810e01 commit ae0786d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,14 @@ None :)

### Bugs

* set-session causes bad console wrapping when console is not wide enough
* reduce message when width is not ok, or look at doing manual wrapping for
* updating mode does not take effect immediately if environment variables are already set.
* The setting read from the profile is overridden by locally assigned values

```
C8Y_SETTINGS_MODE_ENABLECREATE=false
C8Y_SETTINGS_MODE_ENABLEDELETE=false
C8Y_SETTINGS_MODE_ENABLEUPDATE=false
```
* Piping empty results has unexpected consequences
Expand All @@ -73,6 +78,7 @@ None :)
echo "{}" | c8y auditrecords list --dry
```
* Don't prompt for encryption key if the user is not using encryption or starting c8y for the first time
~~not known~~
### Commands
Expand Down

0 comments on commit ae0786d

Please sign in to comment.