Feature Request: Add --skip-validation option to project:deploy
See original GitHub issueWe’re in a bit of a bind where there seem to be validation issues on the project, even when the object XMLs were generated by the NetSuite UI and pulled right out of the account via object:import
. We can’t proceed with these errors, even though the XMLs are probably just fine.
It’d be great if we could either skip validation, or override for a list of validation types and continue to use the CLI to deploy our app. I don’t know if this takes the form of a big-hammer --skip-validation
option to project:deploy, or if it looks a little more nuanced than that, but some way forward would really be helpful.
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Feature Request Content - Instabug
This page covers the content found in a feature request. Suggest Edits. Users can add new feature requests or comment on existing ones....
Read more >Feature Requests: What are they and how to manage them
Feature requests are a form of product feedback you may frequently encounter as a SaaS product manager. They typically come in the form...
Read more >Feature Request - Allow Product and Services Selection when ...
I'd like to request the option to add Product and Services as a drop down option when adding a bank transaction. I've attached...
Read more >ChessX / Feature Requests - SourceForge
#. Sort A ‑> Z; Sort Z ‑> A Summary▾. Sort A ‑> Z; Sort Z ‑> A Milestone▾. Sort A...
206 Animation when...
Read more >PhishER: Feature Requests - Knowledge Base - KnowBe4
Feature Request - An option to mass retry queries, or to delete them from the query list. Sanat Varasada; 5 months ago. 1...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@dspadea-9w
suitecloud project:deploy
will now not do local validation unless--validate
param is passed. As is said serverside validation can never be skipped. If you have need further help please open a new issue.Thank you, @alii-gator!