We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
upstage
Below list will be commands typed after the word upstage at the command line.
init [repo] [flags]
clone [owner-list] [repo-glob] [flags]
build [repo-glob] [flags]
deploy [repo-glob] [flags]
update [repo-glob] [metadata|updater] [flags]
.upstage.yml or package.json
update
related [repo-glob] [flags]
auth [provider] [flags]
github
data
get, set, delete
data-store
This is just a start for the base commands. The flags and flag interactions need to be thought about too.
The text was updated successfully, but these errors were encountered:
this is great! I just did work on some stuff for args/flags today. let's go over it when you get a chance
Sorry, something went wrong.
No branches or pull requests
Things
upstage
should do.init [repo] [flags]
: Create a new repository with all the necessary setup (project boilerplate, git init, commit, push)clone [owner-list] [repo-glob] [flags]
: Clone all repos for owner (user/org) with optional repo glob to filter repos.build [repo-glob] [flags]
: Build static sites from configuration and conventionsdeploy [repo-glob] [flags]
: Deploy statically built sites (to gh-pages right now)update [repo-glob] [metadata|updater] [flags]
: Update metadata (in.upstage.yml or package.json
) or run an updater fromupdate
for sites.related [repo-glob] [flags]
: Likeupdate
but attempts to find related repos to update the related list.auth [provider] [flags]
: Save authentication information for providers likegithub
data
[flags]:get, set, delete
metadata stored indata-store
This is just a start for the base commands. The flags and flag interactions need to be thought about too.
The text was updated successfully, but these errors were encountered: