-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Description
Currently, there aren't any outputs when running operator-sdk new
command, I would like it to print out what it is doing like how rails
does it.
For example:
$ Rails new app
create
create README.md
create Rakefile
create config.ru
create .gitignore
create Gemfile
run git init from "."
Initialized empty Git repository in /Users/fanminshi/work/src/github.com/coreos/app/.git/
create app
create app/assets/config/manifest.js
create app/assets/javascripts/application.js
create app/assets/javascripts/cable.js
create app/assets/stylesheets/application.css
create app/channels/application_cable/channel.rb
create app/channels/application_cable/connection.rb
...
Metadata
Metadata
Assignees
Labels
No labels