quantconnect-filesync
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "quantconnect-filesync", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "QuantConnect file sync utility", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -21,2 +21,19 @@ # QuantConnect File Sync | ||
## Configuration | ||
All commands accept a `--user` option to provide the QuantConnect user ID and a `--token` option to provide the | ||
QuantConnect API token. However, `quantconnect-filesync` will also look in the ENV for `QUANTCONNECT_USER_ID` and | ||
`QUANTCONNECT_TOKEN` and use these automatically if present. You can set these in your local environment manually or | ||
optionally create a `.env` file with these values set: | ||
``` | ||
# .env | ||
QUANTCONNECT_USER_ID=12345 | ||
QUANTCONNECT_TOKEN=ABCDEF | ||
``` | ||
For project-specific commands, `quantconnect-filesync` will additionally accept a `--project` option to provide the | ||
QuantConnect project ID. This option also has a corresponding `QUANTCONNECT_PROJECT_ID` ENV variable that can be set in | ||
project-specific `.env` files. | ||
## Examples | ||
@@ -65,5 +82,5 @@ | ||
Strategies / Profit Strategy: | ||
- main.cs ✔️ | ||
- MyIndicator.cs ✔️ | ||
- MyAlpha.cs ✔️ | ||
- main.cs ✔ | ||
- MyIndicator.cs ✔ | ||
- MyAlpha.cs ✔ | ||
``` | ||
@@ -80,5 +97,5 @@ | ||
Strategies / Profit Strategy: | ||
- main.cs ✔️ | ||
- MyIndicator.cs ✔️ | ||
- MyAlpha.cs ✔️ | ||
- main.cs ✔ | ||
- MyIndicator.cs ✔ | ||
- MyAlpha.cs ✔ | ||
``` | ||
@@ -95,5 +112,5 @@ | ||
Strategies / Profit Strategy: | ||
- main.cs ✔️ | ||
- MyIndicator.cs ✔️ | ||
- MyAlpha.cs ✔️ | ||
- main.cs ✔ | ||
- MyIndicator.cs ✔ | ||
- MyAlpha.cs ✔ | ||
@@ -103,7 +120,7 @@ Watching for local changes to project 9012345… | ||
ADD Strategies / DevTrader Strategy / strategy.cs ✔ | ||
CHANGE Strategies / DevTrader Strategy / strategy.cs ✔️ | ||
CHANGE Strategies / DevTrader Strategy / MyAlpha.cs ✔️ | ||
CHANGE Strategies / DevTrader Strategy / MyIndicator.cs ✔️ | ||
CHANGE Strategies / DevTrader Strategy / MyIndicator.cs ✔️ | ||
DELETE Strategies / DevTrader Strategy / MyAlpha.cs ✔️ | ||
CHANGE Strategies / DevTrader Strategy / strategy.cs ✔ | ||
CHANGE Strategies / DevTrader Strategy / MyAlpha.cs ✔ | ||
CHANGE Strategies / DevTrader Strategy / MyIndicator.cs ✔ | ||
CHANGE Strategies / DevTrader Strategy / MyIndicator.cs ✔ | ||
DELETE Strategies / DevTrader Strategy / MyAlpha.cs ✔ | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
92344
122
0