Hi! Using VS Code for Suitecloud / SDF operations;...
# sdf
e
Hi! Using VS Code for Suitecloud / SDF operations; I don’t see an equivalent option to the CLI command:
suitecloud project:deploy --dryrun
Wondering if there was a way to make that happen? I’d rather this than
validate
as they yield different results.
👀 1
to add to this, when I try to open my terminal and execute via CLI I get the following
Copy code
suitecloud project:deploy --dryrun

The following file may be corrupted: /[...]/.suitecloud-sdk/credentials. Delete it and set up your account again. The authentication IDs (authID) you had set up previously will be lost.
m
There's no equivalent to
--dryrun
in the WebStorm plugin either. 🤷
e
Are you able to use CLI in addition to the plugin in WebStorm? Anyone have ideas on why I can't seem to use both in tandem in VS Code?
m
Yeah. I use both. Typically, I'm using the plugin for ongoing development (i.e., uploading files i'm working on, downloading files, downloading customizations). I use the CLI when deploying my current work in progress to another environment,
account:setup
,
project:adddependencies
,
project:deploy --dryrun
,
project:deploy
.
e
👍 Still not sure why in VS Code I'm having issues with the creds