-
Currently implemented,
https://github.com/sasjs/cli/issues/428
it's for only `sasjs add cred`, but it's required for all commands, hence need to remove `--insecure` flag and add boolean to `sasjs…
-
We have an issue with SASjs add cred when inserting the url
https://asciinema.org/a/C9cNZBYxn0QqOh7EmDbJsqwcO
steps to reproduce:
```
sasjs create test -t jobs
sasjs add cred -t viya
```
…
-
If a default target is available, we can fall back to it in case a target is not explicitly specified in a command.
-
This is happening in the Data Controller repo - simply clone the repo, checkout the development branch, and run `sasjs add cred -t viya`
For some reason it's not picking up the viya target
![ima…
-
When jobs or services contain a header entry as follows:
```
SAS Programs
@li somefile.sas FREF
```
The `programFolders` array is searched for the named file and if found, it is insert…
-
Given that SASjs enforces (or expects) a doxygen-formatted header in the SAS Macros, it would be nice to embed a documentation generator for the SAS content.
Something like:
```
sasjs doc [ --…
-
There should be no dependency on the existence of a .sasjsrc, nor a targets array, for sasjs compile
![image](https://user-images.githubusercontent.com/4420615/107774234-0473d780-6d3f-11eb-9434-5ca…
-
When creating a sasjs project inside an existing project, we add `sasjsbuild` to the .gitignore if it doesn't already exist. We should do the same for the `node_modules` folder.
-
Previously, when running `sasjs doc` without a target, we would document all the SAS macros / programs / jobs / services from all targets.
Now that we are introducing [data controller](https://data…
-
**Syntax**: `sasjs add cred -t target --insecure`
**Issue example**:
![image](https://user-images.githubusercontent.com/25773492/105702295-a3fe3100-5f1c-11eb-8da1-0051cea7573c.png)
**Definiti…