We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
manifest
Add a polywrap manifest command/set of commands within the CLI.
polywrap manifest
polywrap manifest schema
polywrap manifest migrate
Partly related to #202
The text was updated successfully, but these errors were encountered:
should print out the schema for the current version if a manifest file already exists in the working directory?
should print out latest schema if no manifest file exists?
print out in TS(w/ comments), YAML (w/ comments, default)
print out (basically full) JSON Schema?
polywrap manifest schema - YAML polywrap manifest schema --raw - full JSON
polywrap manifest schema --raw
.polywrap/migrate
-y
Sorry, something went wrong.
pileks
Successfully merging a pull request may close this issue.
Add a
polywrap manifest
command/set of commands within the CLI.polywrap manifest schema
polywrap manifest migrate
Partly related to #202
The text was updated successfully, but these errors were encountered: