Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Future RFE: REPL + Fuse #8

Open
timothysc opened this issue Jul 19, 2019 · 0 comments
Open

Future RFE: REPL + Fuse #8

timothysc opened this issue Jul 19, 2019 · 0 comments

Comments

@timothysc
Copy link
Owner

Time permitting it would be interesting to combine the idea of a FUSE mounted shell/repl that allowed new users to interact with the tooling -

clusteradm
... Fuse mounts an FS and starts a repl (this is weird)
/> help
init version ls
/> init --providers=aws,vsphere
... if no KUBECONFIG assume --local=true
... deploy clusteradm operator
... clusteradm operator deploys aws and vsphere providers
/> ls
aws vsphere
/> cd aws
/aws/> ls
.
/aws/> help
config version apply ls
/aws/> config test
... default editor or have a conf?
/aws/> save
... applies the YAML
/aws/> ls
test .
/aws/> config test

TODO: Directory
cat spec
cat status

Questions:

  1. Namespacing
  2. Using standard fs options and scripting find . | grep foo
@timothysc timothysc changed the title REPL + Fuse Future RFE: REPL + Fuse Jul 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant