You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Running any palm command before a local project has been initialized (palm init) displays the old error message encouraging users to run the deprecated palm scaffold config command to generate the config file.
Your environment
palm version: 2.5.3
OS: Mac
Docker version: 24.0.1
Other dependencies & versions:
How to reproduce
Run palm --help in a new project folder before palm init has been run.
Expected behavior
An error message that suggests initializing the project with palm init
Actual behavior
An error message that suggests running palm scaffold config
Screenshots
Additional context
The text was updated successfully, but these errors were encountered:
Describe the bug
Running any palm command before a local project has been initialized (
palm init
) displays the old error message encouraging users to run the deprecatedpalm scaffold config
command to generate the config file.Your environment
palm
version: 2.5.3How to reproduce
Run
palm --help
in a new project folder beforepalm init
has been run.Expected behavior
An error message that suggests initializing the project with
palm init
Actual behavior
An error message that suggests running
palm scaffold config
Screenshots
Additional context
The text was updated successfully, but these errors were encountered: