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

chore: Improve the output of dfx build and dfx generate #4123

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

vincent-dfinity
Copy link
Contributor

@vincent-dfinity vincent-dfinity commented Feb 27, 2025

Description

Improve the output of dfx build and dfx generate by

  1. output the canister names for dfx build, like
    $ dfx build
    Building canisters...
    Building canister 'hello_world_backend'. 
    Building canister 'hello_world_frontend'.
    Finished building canisters
    
  2. Make the output of 'dfx generate' more readable, like
    $ dfx generate
    Generated type declarations for canister 'hello_frontend' to '/home/***/projects/hello/src/declarations/hello_frontend'
    

Fixes # (issue)

SDK-1997
SDK-1998

How Has This Been Tested?

Added e2e test.

Checklist:

  • The title of this PR complies with Conventional Commits.
  • I have edited the CHANGELOG accordingly.
  • I have made corresponding changes to the documentation.

@vincent-dfinity vincent-dfinity requested a review from a team as a code owner February 27, 2025 09:18
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

Successfully merging this pull request may close these issues.

1 participant