You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dict(name='--insecure', action='store_true', help='Allow insecure repository URLs. By default mbed CLI imports only "safe" URLs, e.g. based on standard ports - 80, 443 and 22. This option enables the use of arbitrary URLs/ports.'),
2178
2179
dict(name='--offline', action='store_true', help='Offline mode will force the use of locally cached repositories and prevent requests to remote repositories.'),
2179
2180
dict(name=['-l', '--latest-deps'], action='store_true', help='Update all dependencies to the latest revision of their current branch. WARNING: Ignores lib files'),
2181
+
dict(name='--no-requirements', action='store_true', help='Disables checking for and installing any requirements.'),
2180
2182
hidden_aliases=['up'],
2181
2183
help='Update to branch, tag, revision or latest',
2182
2184
description=(
2183
2185
"Updates the current program or library and its dependencies to specified\nbranch, tag or revision.\n"
2184
2186
"Alternatively fetches from associated remote repository URL and updates to the\n"
0 commit comments