puppetlabs-toy-chest / wash

Wide Area SHell: a cloud-native shell for bringing remote infrastructure to your terminal.
https://puppetlabs.github.io/wash
Apache License 2.0
180 stars 29 forks source link

Hide fs on exec fail #749

Closed MikaelSmith closed 4 years ago

MikaelSmith commented 4 years ago

Mark fs as inaccessible if List errors.

MarkInaccessible is usually marked if something is unavailable, either because it doesn't exist or you don't have permission to access it. Either of these can be unexpected, so we should warn when that happens rather than requiring that you dig into whistory.

Fixes #696.