Skip to content

Print the progress of operator-sdk new command #82

@fanminshi

Description

@fanminshi

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
...

cc/ @hasbro17 @hongchaodeng

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions