- Bugfix to correctly display logging information during
skyux install
. #165
- Bugfix to correctly handle modules scoped to
@skyux-sdk
. #163
- Created
skyux install
to completely removenode_modules
folder and runnpm install
. #160 - Updated default logging setting to no longer display default
npm install
logs. #158 - Added
--name
and--repo
flags forskyux new
. #158 - Added help information for
skyux generate
. #157 Thanks @Blackbaud-DiHuynh! - Added support for modules scoped to
@skyux-sdk
. #162
- New libraries are now created with a different dependency structure than SPAs. #155
- Bugfix to correctly pass all commands to modules. #153
- Updated verbose logging capabilities. #151
- Update to log an error and exit when no modules are found for a given command. #150 Thanks @Blackbaud-ColbyWhite!
- Migrated all logging to use the
@blackbaud/skyux-logger
package. #145
- Updated the
--template
flag to accept a Git URL.
- Bugfix to prevent multiple calls to a module. #143
- Bugfix when looking for scoped modules locally. #141
- Bugfix when looking for modules globally. #138
- Use the
--verbose
flag to log additional information. #140
- Made finding modules to process SKY UX commands less restrictive. #135
- Determining the latest versions of
@blackbaud/skyux
and@blackbaud/skyux-builder
before thenpm install
step ofskyux new
. #130
- Updated
skyux help
messaging and functionality. Useskyux help [command]
to learn about a specific command. #128
- Fixed formatting of
package.json
when runningskyux new
. #126
- Updated package dependencies. #124
- Component libraries created using
skyux new -t library
are given a package name with prefixskyux-lib-*
. #123
- Fixed typo in branch name when running
skyux new
. #120
- Automatically installing the latest version of
@blackbaud/skyux
and@blackbaud/skyux-builder
when runningskyux new
command. - If a repo URL is specified during
skyux new
, we automatically create aninitial-commit
branch and switch to it.
- Allowed changing of the default template to be cloned via
--template
or-t
when runningskyux new
. See help for more information. Thanks @Blackbaud-SteveBrush!
- Removed
--noServe
fromskyux help
since it's been deprecated.
- Implemented update-notifier module to display CLI updates.
- Updated documentation in help task for the
-l
or--launch
flags.
- Created (default)
help
task.
- Initial release to NPM.
- Renamed package to
@blackbaud/skyux-cli
in preparation of publishing to NPM. - Deprecated the
sky-pages
command in favor ofskyux
.