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

skuid push command: In verbose mode, show names of pages to be pushed #59

Open
zachelrath opened this issue Oct 29, 2019 · 1 comment
Open

Comments

@zachelrath
Copy link
Contributor

As a user of the skuid push command, it would be helpful if, with the --verbose flag enabled, the command displayed the names of all pages that were going to be pushed, so that I could know exactly which pages Skuid CLI is going to attempt to push.

techfg added a commit to techfg/skuid-cli that referenced this issue Oct 5, 2024
…r codebase

This commit started with the goal of improving logging (skuid#220) to help aid with identifying when outcomes were not as expected due to the many issues currently present in the CLI and on the server-side.  During the course of improving the logging which required going through essentially every line of code in the codebase, many new issues were identified and fixes for nearly all of them implemented.  Additionally,validations of all steps in the CLI were improved to and logs emitted with the results.  Lastly, the code was significnatly refactored in many areas to improve code maintainability (skuid#230).

Due to the size of this commit, there is too much to explain in detail in a commit message.  See forthcoming comment in skuid#205 for full details of this commit.

Resolves skuid#59
Resolves skuid#165
Resolves skuid#199
Resolves skuid#218
Resolves skuid#220
Resolves skuid#221
Resolves skuid#222
Resolves skuid#223
Resolves skuid#224
Resolves skuid#228
Resolves skuid#230
Resolves skuid#231
@techfg
Copy link

techfg commented Oct 11, 2024

Hi @zachelrath -

Long time, hope all is well!

When --log-level debug (or greater) is specified, logging of all entities sent/received during a deploy/retrieve has been added in PR #205. Additionally, when --diag is specified, the logs contain fields which can easily be extracted - see the "Logging" and "Log Files" section for details in this comment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants