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
Right now it's a bit tedious to switch to /home/ec2-user/enterprise-installation2. Maybe it'd be easier if you could just say enterprise-installation2?
The text was updated successfully, but these errors were encountered:
# Prints the list of different installations (assumes the workers match the master)
fab prefix.list
# Updates pg-latest so future tasks will act upon that installation
fab prefix.switch:[some-name]
All installations will live in some directory, such as $HOME/prefixes, so that [some-name] actually means $HOME/prefixes/[some-name].
Prefix might not be the best name though, can you think of any alternatives?
Right now it's a bit tedious to switch to
/home/ec2-user/enterprise-installation2
. Maybe it'd be easier if you could just sayenterprise-installation2
?The text was updated successfully, but these errors were encountered: